Generated: Wed 2013-03-13 10:33 CET
Source file: /media/Envs/Envs/filer-gallery/lib/python2.7/site-packages/cms/exceptions.py
Stats: 0 executed, 20 missed, 0 excluded, 18 ignored
# -*- coding: utf-8 -*-class PluginAlreadyRegistered(Exception): passclass PluginNotRegistered(Exception): passclass AppAlreadyRegistered(Exception): passAppAllreadyRegistered = AppAlreadyRegistered # backwards compatibility, will be dropped in 2.3class NotImplemented(Exception): passclass SubClassNeededError(Exception): passclass MissingFormError(Exception): passclass NoHomeFound(Exception): passclass PermissionsException(Exception): """Base permission exception """class NoPermissionsException(PermissionsException): """Can be fired when some violate action is performed on permission system. """class Deprecated(Exception): passclass DuplicatePlaceholderWarning(Warning): passclass DontUsePageAttributeWarning(Warning): pass