Package turbogears :: Package identity :: Module exceptions :: Class IdentityFailure
[hide private]

Class IdentityFailure

source code


Identity failure.

Exception thrown when an access control check fails.

Instance Methods [hide private]
 
__init__(self, errors)
Setup identity errors on the request and get URL from config.
source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, errors)
(Constructor)

source code 

Setup identity errors on the request and get URL from config.

Overrides: exceptions.Exception.__init__