exception documentation

class DirectiveError(Exception): (source)

Constructor: DirectiveError(level, message)

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): (source)

Set error message and level

Undocumented

Undocumented