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
FunC v0.4.0 supports a try-catch block:
try { do_something(); } catch (x, n) { handle_exception(); }
Extension 1.1.5 doesn't recognize this as valid syntax:
The text was updated successfully, but these errors were encountered:
please solve it
Sorry, something went wrong.
@unserialize please add try-catch support in the new version
This needs more attention, try catch is an incredibly useful feature and it's not nice seeing errors everywhere just by using it.
No branches or pull requests
FunC v0.4.0 supports a try-catch block:
Extension 1.1.5 doesn't recognize this as valid syntax:
The text was updated successfully, but these errors were encountered: