File size: 156 Bytes
8360ec7 |
1 2 3 4 5 |
class Error(Exception):
"""Base class for other exceptions"""
class ConfigError(Error):
"""Raised when there is an error with the configurations""" |
8360ec7 |
1 2 3 4 5 |
class Error(Exception):
"""Base class for other exceptions"""
class ConfigError(Error):
"""Raised when there is an error with the configurations""" |