Skip to main content

Antichecked exceptions for Python.

Project description

Antichecked Exceptions

Antichecked Exceptions are an alternative to checked exceptions. They're designed to actively catch bugs, and to prevent silencing exceptions for the sake of satisfying the compiler (as usually happens with checked exceptions).

Rather than requiring the caller to catch some exceptions, Antichecked Exceptions intercepts some raised exceptions, and helps guarantee to the caller, if the caller opts to catch some exception, that the exception was actually raised by a deliberate design decision rather than a typo or bug.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

antichecked-1.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

antichecked-1.0-py2.py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page