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
Currently public error classes (BadResource, Interrupted, and NotCapable) do not accept the 2nd argument. That is inconvenient when the downstream implementation want to use, for example, cause option of Error class (See https://github.com/denoland/deno/pull/27463/files#diff-847a11c353dfb7aeae6e35bc104b83a091ef797bdfc559d22ccfc804a3615000R380 for example)
BadResource
Interrupted
NotCapable
cause
The text was updated successfully, but these errors were encountered:
2ba615a
Successfully merging a pull request may close this issue.
Currently public error classes (
BadResource
,Interrupted
, andNotCapable
) do not accept the 2nd argument. That is inconvenient when the downstream implementation want to use, for example,cause
option of Error class (See https://github.com/denoland/deno/pull/27463/files#diff-847a11c353dfb7aeae6e35bc104b83a091ef797bdfc559d22ccfc804a3615000R380 for example)The text was updated successfully, but these errors were encountered: