Exceptions
Exception classes used throughout Fast Channels.
- exception fast_channels.exceptions.InvalidChannelLayerError
Bases:
ValueErrorRaised when a channel layer is configured incorrectly.
- exception fast_channels.exceptions.AcceptConnection
Bases:
ExceptionRaised during a websocket.connect (or other supported connection) handler to accept the connection.
- exception fast_channels.exceptions.DenyConnection
Bases:
ExceptionRaised during a websocket.connect (or other supported connection) handler to deny the connection.
- exception fast_channels.exceptions.StopConsumer
Bases:
ExceptionRaised when a consumer wants to stop and close down its application instance.