| Current Path : /opt/alt/python27/lib/python2.7/site-packages/beaker/ |
| 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