This project allows to catch exceptions easily.
This class allows to catch exceptions.
This contextmanager catches exceptions of the given types.
This property stores the caught exception.
release(exc: BaseException) -> None
release(exc: BaseException, cause: Optional[BaseException]) -> None
caught
exception.