exceptors
Introduction

This project allows to capture exceptions easily.

Installation
Features
class exceptors.Exceptor()

This class allows to capture exceptions.

capture(*args: type) -> Any

This contextmanager captures exceptions of the given types.

captured: Optional[BaseException] = None

This property stores the captured exception.

Testing
License
Impressum