Files
ccxt_with_mt5/ccxt/static_dependencies/ethereum/utils/exceptions.py
lz_db 0fab423a18 add
2025-11-16 12:31:03 +08:00

5 lines
110 B
Python

class ValidationError(Exception):
"""
Raised when something does not pass a validation check.
"""