Source code for system.utility.custom_exceptions

"""module for custom exceptions used in the application."""


[docs] class ModelLoadError(Exception): """Raised when a model fails to load."""