Skip to main content

HandleException - Python Wrapper Class to Catch Exceptions

PyPI version

HandleException is a Python wrapper class that helps to catch exceptions and raise them to an upper level. With HandleException, you can easily wrap any function that you want to monitor for exceptions and handle them as desired.

Installation

pip install handle-exception

Usage

To use HandleException, simply decorate the function that you want to wrap with the HandleException decorator. For example:

from handle_exception import HandleException

@HandleException
def my_function():
    raise ValueError("Test exception")

In this example, if the function my_function raises an exception, HandleException will catch it and raise it to the upper level. This way, you can handle exceptions in a centralized way, instead of having to write try-except blocks in multiple places.

Custom Exceptions

HandleException also allows you to catch specific custom exceptions by passing a list of exception classes as an argument to the ExceptionRaiser decorator. For example:

from handle_exception import ExceptionRaiser

class CustomException(Exception):
    pass

@ExceptionRaiser(exceptions=[CustomException])
def my_function():
    raise CustomException("This is a custom exception.")

In this example, the function my_function raises a custom exception, CustomException, which will be caught by HandleException.

Example

from handle_exception import HandleException

@HandleException
def divide(a, b):
    return a / b

result = divide(10, 0)
print(result)

In this example, the divide function is decorated with the HandleException decorator. This means that any exceptions raised in the divide function will be caught and handled by the HandleException class. The code is much cleaner and easier to understand, as it doesn't contain a try-except block or have to worry about handling exceptions manually.

Contributing

We welcome contributions to HandleException! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and write tests for them.
  4. Submit a pull request.

License

HandleException is released under the MIT License.

We welcome contributions to this library. If you have an idea for a new feature or have found a bug, please open an issue on Github.

Buy me a Coffee

ko-fi

Release files for handle-exception 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for handle-exception 1.0.1
File Size Uploaded
handle_exception-1.0.1.tar.gz 3.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for handle-exception 1.0.1
File Interpreter ABI Platform
handle_exception-1.0.1-py3-none-any.whl Python 3 none any Details

Total release size: 7.0 kB

Release files / handle_exception-1.0.1.tar.gz

Download URL handle_exception-1.0.1.tar.gz
Size 3.1 kB
Tags Source
SHA-256 checksum
How to use checksums
f30f72429d63c14e80950abd202349b1283838e4b352e417c9a95430859f867b
BLAKE2b-256 checksum
How to use checksums
dd7c6484f6c5da0c93d97b6e02d99e700abe3f98087bf37603bb92549d6441b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.9.6 requests/2.26.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.1

Release files / handle_exception-1.0.1-py3-none-any.whl

Download URL handle_exception-1.0.1-py3-none-any.whl
Size 3.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6a03f53403a970dcb9a28e8d4fd57869c37c239a13a2c49c4796749417995f43
BLAKE2b-256 checksum
How to use checksums
4cc0f5da34adab6b1005f03c6981a61b80914ced9769dbb1732f41398998e6e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.9.6 requests/2.26.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.1

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page