Kipper
Kipper copied to clipboard
[Feature] Add exception class `Error`
Is there an existing proposal for this?
- [X] I have searched the existing issues
This feature does not exist in the latest version
- [X] I am using the latest version
Proposal
Add an exception class used for error management. Exception can extend the base class for more details
throw new Error("Test");
Exact behaviour / changes you want
- [ ] Add a built-in class
Error
which can be used to create an error and stack at the line it is initiated.