Repository URL to install this package:
|
Version:
2.4.0 ▾
|
__all__ = ("ApplicationExit",)
class ApplicationExit(RuntimeError):
"""Exception that can be thrown during the application startup to
request the application to terminate gracefully.
"""
pass