lories.core.errors#

Exceptions#

ResourceError

Raise if an error occurred accessing a local resource.

ResourceUnavailableError

Raise if an accessed local resource can not be found.

Module Contents#

exception lories.core.errors.ResourceError[source]#

Bases: Exception

Inheritance diagram of lories.core.errors.ResourceError

Raise if an error occurred accessing a local resource.

Initialize self. See help(type(self)) for accurate signature.

exception lories.core.errors.ResourceUnavailableError[source]#

Bases: ResourceError

Inheritance diagram of lories.core.errors.ResourceUnavailableError

Raise if an accessed local resource can not be found.

Initialize self. See help(type(self)) for accurate signature.