exception documentation

A class for exceptions thrown by pragma_parser module.

Method __init__ :args message: explain the reason why the exception has been thrown :args token: token concerned by the exception.
Instance Variable message Undocumented
Instance Variable token Undocumented
def __init__(self, message: str, token: str): (source)

:args message: explain the reason why the exception has been thrown :args token: token concerned by the exception.

Undocumented

Undocumented