Source code for haralyzer.errors

"""
Custom exceptions for good ol haralyzer.
"""


[docs]class PageNotFoundError(AttributeError): """Error raised in the Page is not found"""