Module xmodel_rest.errors

Expand source code
from xmodel.remote.errors import XRemoteError


# todo: look to inherit from a 'XRemoteError' type thing in xmodel.remote
class XynRestError(XRemoteError):
    pass

Classes

class XynRestError (*args, **kwargs)

Base-class for all xmodel exceptions.

Expand source code
class XynRestError(XRemoteError):
    pass

Ancestors