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
I have a source with an uncaught error in the main block and one in an internal procedure.
I currently have either the error Log or rethrow err or Variable uncaught hides variable defined in src/ccetools/cceprg-l.p at line number
Log or rethrow err
Variable uncaught hides variable defined in src/ccetools/cceprg-l.p at line number
Can we have an alternative way to suppress this
I'm not sure what the best way to suppress would be
uncaught
{&_proparse_ prolint-nowarn(ignoreuncaughterror)}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a source with an uncaught error in the main block and one in an internal procedure.
I currently have either the error
Log or rethrow err
orVariable uncaught hides variable defined in src/ccetools/cceprg-l.p at line number
Can we have an alternative way to suppress this
I'm not sure what the best way to suppress would be
uncaught
, looks like a dirty hack to me{&_proparse_ prolint-nowarn(ignoreuncaughterror)}
before the catch blockThe text was updated successfully, but these errors were encountered: