class documentation

class DirectiveError(Exception):

View In Hierarchy

Store a message and a system message level.

To be thrown from inside directive code.

Do not instantiate directly -- use Directive.directive_error() instead!

Method __init__ Set error message and level
Instance Variable level Undocumented
Instance Variable msg Undocumented
def __init__(self, level, message):
Set error message and level
level =

Undocumented

msg =

Undocumented