Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
__all__ = ("ApplicationExit",)


class ApplicationExit(RuntimeError):
    """Exception that can be thrown during the application startup to
    request the application to terminate gracefully.
    """

    pass