Active Erroring
Active Erroring is a Python package that provides a simple way to raise custom errors with customizable error names and messages.
Installation
You can install Active Erroring using pip.
pip install active-erroring
Usage
To use Active Erroring in your Python code, follow these steps:
-
Import the
CustomError
class from theactive_erroring
module. -
Create an instance of
CustomError
and provide the error message. You can also specify a custom error name. -
Raise the custom error.
Example
Here's a complete example of using Active Erroring in a Python script.
Demo
License
This is a private project.