Skip to content

exceptions

ApplicationNotRunning

Bases: Exception

Raised when the QApplication is not running.

Source code in client/ayon_ui_qt/vendor/qtmaterialsymbols/exceptions.py
1
2
3
class ApplicationNotRunning(Exception):
    """Raised when the QApplication is not running."""
    pass

FontError

Bases: Exception

Raised when there is an issue with font.

Source code in client/ayon_ui_qt/vendor/qtmaterialsymbols/exceptions.py
6
7
8
class FontError(Exception):
    """Raised when there is an issue with font."""
    pass