Source code for mappymatch.utils.exceptions

[docs]class MapException(Exception): """ An exception for any errors that occur with the MapInterface """ pass