6 lines
89 B
Python
6 lines
89 B
Python
"""Base class for all errors raised by Triton"""
|
|
|
|
|
|
class TritonError(Exception):
|
|
...
|