Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Feature] Add exception class Error #664

Open
2 of 3 tasks
lorenzholzbauer opened this issue Jul 16, 2024 · 0 comments
Open
2 of 3 tasks

[Feature] Add exception class Error #664

lorenzholzbauer opened this issue Jul 16, 2024 · 0 comments
Assignees
Labels
feature New feature or enhancement
Milestone

Comments

@lorenzholzbauer
Copy link
Member

lorenzholzbauer commented Jul 16, 2024

Is there an existing proposal for this?

  • I have searched the existing issues

This feature does not exist in the latest version

  • 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 lorenzholzbauer added feature New feature or enhancement question Further information is requested labels Jul 16, 2024
@lorenzholzbauer lorenzholzbauer self-assigned this Jul 16, 2024
@Luna-Klatzer Luna-Klatzer changed the title [Feature] Add Exception class [Feature] Add Exception class Error Jul 16, 2024
@Luna-Klatzer Luna-Klatzer removed the question Further information is requested label Jul 16, 2024
@Luna-Klatzer Luna-Klatzer added this to the v0.12.0 milestone Jul 16, 2024
@Luna-Klatzer Luna-Klatzer changed the title [Feature] Add Exception class Error [Feature] Add exception class Error Jul 25, 2024
@Luna-Klatzer Luna-Klatzer modified the milestones: v0.12.0, v0.13.0 Sep 16, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature New feature or enhancement
Projects
Status: In Progress
Development

No branches or pull requests

2 participants