Kipper-Lang / Kipper

The Kipper programming language for Browsers and Node.js 🦊✨ Made at HTL Leonding & JKU Linz
https://kipper-lang.org
GNU General Public License v3.0
26 stars 4 forks source link

[Feature] Add exception class `Error` #664

Open lorenzholzbauer opened 1 month ago

lorenzholzbauer commented 1 month ago

Is there an existing proposal for this?

This feature does not exist in 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