Source code for pyplanet.contrib.player.exceptions

"""
Exceptions for Map Manager.
"""

[docs]class PlayerNotFound(Exception): """Player not found"""