Shofel2_T124_python/venv/lib/python3.10/site-packages/pyfx/error.py

6 lines
96 B
Python

class PyfxException(Exception):
"""
Exception that throws within Pyfx.
"""
pass