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