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

6 lines
96 B
Python
Raw Normal View History

2024-05-25 16:45:07 +00:00
class PyfxException(Exception):
"""
Exception that throws within Pyfx.
"""
pass