Package bw :: Module bwerrors :: Class CerberusError
[frames] | no frames]

Class CerberusError

exceptions.Exception --+        
                       |        
          BrainwaveError --+    
                           |    
               PoseidonError --+
                               |
                              CerberusError

This exception is raised during security checks.

Instance Methods
 
__init__(self, message="", resource="")

Inherited from BrainwaveError: __getstate__, __setstate__

Inherited from exceptions.Exception: __getitem__, __str__

Method Details

__init__(self, message="", resource="")
(Constructor)

 
Parameters:
  • message - The main error message
  • errors - A list of strings with additional information.
Overrides: exceptions.Exception.__init__