exceptions module

exception micro_framework.exceptions.ExtensionIsStopped

Bases: micro_framework.exceptions.FrameworkException

exception micro_framework.exceptions.FrameworkException

Bases: Exception

exception micro_framework.exceptions.MaxConnectionsReached

Bases: micro_framework.exceptions.FrameworkException

exception micro_framework.exceptions.PoolStopped

Bases: Exception

exception micro_framework.exceptions.RPCAsyncResponse

Bases: micro_framework.exceptions.FrameworkException

Exception 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)

Bases: micro_framework.exceptions.FrameworkException

exception micro_framework.exceptions.RPCTargetDoesNotExist

Bases: micro_framework.exceptions.FrameworkException