Source code for pyquickhelper.imghelper.excs

"""
Exceptions.

.. versionadded:: 1.7


:githublink:`%|py|7`
"""


[docs]class PYQImageException(Exception): """ Some exceptions about images. :githublink:`%|py|12` """ pass