Source code for textflint.common.utils.error


[docs]class FlintError(RuntimeError): """ Default error thrown by textflint functions. FlintError will be raised if you do not give any error type specification, """