Source code for pyplanet.contrib.map.exceptions



[docs]class MapException(Exception): """Generic map exception by manager."""
[docs]class MapNotFound(MapException): """Map not found"""
[docs]class MapIncompatible(MapException): """The map you want to add/insert/upload is invalid and not suited for the current server config."""
[docs]class ModeIncompatible(MapException): """The current mode doesn't support the given action."""