Contents:
""" Created on 11 Dec 2021 @author: laurentmichel """ [docs] class MappingException(Exception): pass [docs] class NotImplementedException(Exception): pass