pyplanet.core.exceptions

exception pyplanet.core.exceptions.AppRegistryNotReady[source]

The registry was not yet ready to invoke

exception pyplanet.core.exceptions.ImproperlyConfigured[source]

The configuration is not given or is invalid.

exception pyplanet.core.exceptions.InvalidAppModule[source]

The given app string is invalid or the app itself is misconfigured!

exception pyplanet.core.exceptions.SignalException[source]

Signal receiver thrown an exception!

exception pyplanet.core.exceptions.SignalGlueStop[source]

Throw this exception inside of your glue method to stop executing the signal.

exception pyplanet.core.exceptions.TransportException[source]

The XML-RPC tunnel got a transport error.