Source code for openfactcheck.errors
class Error(Exception):
"""Base class for other exceptions"""
[docs]
class ConfigError(Error):
"""Raised when there is an error with the configurations"""
[docs]
class ConfigValidationError(Error):
"""Raised when configuration validation fails"""