r"""Exception raised for errors that can be solved by regenerating code
| 14 | |
| 15 | # TODO: Do we need a file to store this error class? |
| 16 | class InterpreterError(Exception): |
| 17 | r"""Exception raised for errors that can be solved by regenerating code""" |
| 18 | |
| 19 | pass |
no outgoing calls
no test coverage detected