IceStorm.NoSuchTopic

class IceStorm.NoSuchTopic(name: str = '')

Bases: UserException

The exception that is thrown when attempting to retrieve a topic that does not exist.

Parameters:

name (str)

name

The name of the topic that does not exist.

Type:

str

Notes

The Slice compiler generated this exception dataclass from Slice exception ::IceStorm::NoSuchTopic.