pywebio.exceptions

pywebio.exceptions

This module contains the set of PyWebIO’s exceptions.

exception pywebio.exceptions.SessionException[源代码]

PyWebIO会话相关异常的基类

exception pywebio.exceptions.SessionClosedException[源代码]

会话已经关闭异常

exception pywebio.exceptions.SessionNotFoundException[源代码]

会话未找到异常

exception pywebio.exceptions.PyWebIOWarning[源代码]