phasm/phasm/exceptions.py
Johan B.W. de Vries 89ad648f34 Moved rendering to codestyle, parsing to parser
Also, removed name argument when parsing, wasn't used.
2022-07-09 14:04:40 +02:00

9 lines
131 B
Python

"""
Exceptions for the phasm compiler
"""
class StaticError(Exception):
"""
An error found during static analysis
"""