vtt/src/ttfrog/exceptions.py

6 lines
172 B
Python
Raw Normal View History

class ApplicationNotInitializedError(Exception):
"""
Thrown when attempting to access methods on the
ApplicationContext before it has been initialized.
"""