6 lines
96 B
Python
6 lines
96 B
Python
|
class PyfxException(Exception):
|
||
|
"""
|
||
|
Exception that throws within Pyfx.
|
||
|
"""
|
||
|
pass
|