Source code for pydiet.server.models.exceptions

"""
Exceptions for model validation.
"""
# Copyright CFHT/CNRS/CEA/UParisSaclay
# Licensed under the MIT licence

[docs] class ETCValidationError(Exception): pass