Hasan Iqbal
Added OpenFactCheck library
8360ec7 unverified
raw
history blame
156 Bytes
class Error(Exception):
"""Base class for other exceptions"""
class ConfigError(Error):
"""Raised when there is an error with the configurations"""