Kipper icon indicating copy to clipboard operation
Kipper copied to clipboard

[Feature] Add exception class `Error`

Open lorenzholzbauer opened this issue 7 months ago • 0 comments

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.

lorenzholzbauer avatar Jul 16 '24 08:07 lorenzholzbauer