pywebio.exceptions

pywebio.exceptions

This module contains the set of PyWebIO’s exceptions.

exception pywebio.exceptions.SessionException[source]

Base class for PyWebIO session related exceptions

exception pywebio.exceptions.SessionClosedException[source]

The session has been closed abnormally

exception pywebio.exceptions.SessionNotFoundException[source]

Session not found

exception pywebio.exceptions.PyWebIOWarning[source]