class RaiseOnErrorTokenFilter(Filter):
Raise an exception when the lexer generates an error token.
Options accepted:
excclass
: Exception classpygments.filters.ErrorToken
.Method | __init__ |
Undocumented |
Method | filter |
Undocumented |
Instance Variable | exception |
Undocumented |
Inherited from Filter
:
Instance Variable | options |
Undocumented |