exceptions module¶
-
exception
micro_framework.exceptions.ExtensionIsStopped¶
-
exception
micro_framework.exceptions.FrameworkException¶ Bases:
Exception
-
exception
micro_framework.exceptions.MaxConnectionsReached¶
-
exception
micro_framework.exceptions.PoolStopped¶ Bases:
Exception
-
exception
micro_framework.exceptions.RPCAsyncResponse¶ Bases:
micro_framework.exceptions.FrameworkExceptionException used to differentiate when a RPC call should return or not
We raise an exception instead of returning None because None could be the desired response.
-
exception
micro_framework.exceptions.RPCException(exception_dict)¶
-
exception
micro_framework.exceptions.RPCTargetDoesNotExist¶