diff --git a/tripper/mappings/mappings.py b/tripper/mappings/mappings.py index 9986a111..8cdf9978 100644 --- a/tripper/mappings/mappings.py +++ b/tripper/mappings/mappings.py @@ -57,6 +57,10 @@ class MissingRelationError(MappingError): """There are missing relations in RDF triples.""" +class UnknownUnitError(MappingError): + """A unit does not exists in the pint unit registry.""" + + class StepType(Enum): """Type of mapping step when going from the output to the inputs."""