mirror of
https://github.com/FlipsideCrypto/sdk.git
synced 2026-02-06 18:56:44 +00:00
7 lines
121 B
Python
7 lines
121 B
Python
class BaseError(Exception):
|
|
"""
|
|
Base error class for all errors in the flipsidecrypto package.
|
|
"""
|
|
|
|
pass
|