Source code for sweetrpg_db.exceptions

# -*- coding: utf-8 -*-
__author__ = "Paul Schifferer <dm@sweetrpg.com>"
"""Common exceptions.
"""


[docs] class ObjectNotFound(Exception): """An exception for objects not found.""" pass