Package gluon :: Module restricted :: Class RestrictedError
[hide private]
[frames] | no frames]

Class RestrictedError

source code

class used to wrap an exception that occurs in the restricted environment below. the traceback is used to log the exception and generate a ticket.

Instance Methods [hide private]
 
__init__(self, layer='', code='', output='', environment={})
layer here is some description of where in the system the exception occurred.
source code
 
log(self, request)
logs the exeption.
source code
 
load(self, file)
loads a logged exception.
source code