7 lines
115 B
Python
7 lines
115 B
Python
class ErrorObj:
|
|
"""
|
|
To indicate that somehow, the underlying object is (or has) an error
|
|
"""
|
|
pass
|
|
|