6 lines
134 B
Python
6 lines
134 B
Python
"""Module containing the basic error class of this package."""
|
|
|
|
|
|
class Error(Exception):
|
|
"""Basic error class of this package."""
|