9 lines
131 B
Python
9 lines
131 B
Python
"""
|
|
Exceptions for the phasm compiler
|
|
"""
|
|
|
|
class StaticError(Exception):
|
|
"""
|
|
An error found during static analysis
|
|
"""
|