We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error
Add an exception class used for error management. Exception can extend the base class for more details
throw new Error("Test");
The text was updated successfully, but these errors were encountered:
lorenzholzbauer
No branches or pull requests
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
Exact behaviour / changes you want
Error
which can be used to create an error and stack at the line it is initiated.The text was updated successfully, but these errors were encountered: