🚀 feature request
Revelant Package
New modules for custom Errors and affect all methods who throws an Error.
Description
Currently, the lib throw only Error class when an error occur in project.
So to manage more properly the error, it will be more interesting to create custom error with a message and a specific error code to improve the user-friendliness of the library in other project.
Describe the solution you'd like
Create some new classes who extends the Error class.
🚀 feature request
Revelant Package
New modules for custom Errors and affect all methods who throws an Error.
Description
Currently, the lib throw only Error class when an error occur in project.
So to manage more properly the error, it will be more interesting to create custom error with a message and a specific error code to improve the user-friendliness of the library in other project.
Describe the solution you'd like
Create some new classes who extends the Error class.