Source code for homer.exceptions

"""Exceptions module."""


[docs]class HomerError(Exception): """Parent exception class for all Homer exceptions."""