DEBSOURCES
Skip Quicknav
sources / python-moderngl-window / 2.4.6-1 / moderngl_window / exceptions.py
123456789
""" Custom exceptions """ class ImproperlyConfigured(Exception): """Raised when finding faulty configuration""" pass