exception documentation

class UnRecognizedOptionError(PragmaParserError): (source)

View In Hierarchy

Thrown in case the of a valid but unrecognized option.

Inherited from PragmaParserError:

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