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
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)
Built Distribution
Close
Hashes for antichecked-1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11a3baeffff61f64404c30f4fcc756c34af1a82230146602f325cb6a88d1533b |
|
MD5 | b404f75eb4f0fb1806a08c9fe714d972 |
|
BLAKE2b-256 | a1a6f510842aeab212d853d2efcabaf50d39bcbfc161bddf563d8e550d16b1f5 |