Source code for dustmaker.exceptions

""" Module defining shared exception classes. """


[docs]class LevelException(Exception): """Top level dustmaker exception."""
[docs]class LevelParseException(LevelException): """Exception indicating an error reading a level file."""