Source code for almanac.errors.runtime_errors

from .almanac_error import AlmanacError


[docs]class NoActiveApplicationError(AlmanacError): """An exception type for when context methods are called without an active app."""