Files
Sheerka-Old/src/core/error.py
T

7 lines
115 B
Python

class ErrorObj:
"""
To indicate that somehow, the underlying object is (or has) an error
"""
pass