Your IP : 216.73.216.53


Current Path : /opt/alt/python27/lib/python2.7/site-packages/beaker/
Upload File :
Current File : //opt/alt/python27/lib/python2.7/site-packages/beaker/exceptions.py

"""Beaker exception classes"""

class BeakerException(Exception):
    pass


class CreationAbortedError(Exception):
    """Deprecated."""


class InvalidCacheBackendError(BeakerException, ImportError):
    pass


class MissingCacheParameter(BeakerException):
    pass


class LockError(BeakerException):
    pass


class InvalidCryptoBackendError(BeakerException):
    pass