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

Class RequestRequiredException

source code


No request present.

An attempt was made to use a facility of Identity that requires the presence of an HTTP request.

Instance Methods [hide private]
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__, __init__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__