Source code for datakick.exceptions

"""
datakick.exceptions
-------------------

This module contains the set of datakick's exceptions.

"""


[docs]class ImageTooLargeError(Exception): """The image was too large."""
[docs]class InvalidImageFormatError(Exception): """The image extension was not one of the approved extensions."""