Source code for mivot_validator.instance_checking.xml_interpreter.exceptions

"""
Created on 11 Dec 2021

@author: laurentmichel
"""


[docs] class MappingException(Exception): pass
[docs] class NotImplementedException(Exception): pass