Skip to content
New issue

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

feat(codec): molecule friendly error message #403

Merged
merged 9 commits into from
Sep 14, 2022
Prev Previous commit
feat(codec): some document comment change
  • Loading branch information
IronLu233 committed Sep 14, 2022
commit 5d1cbe0aa7438b210cd00790515daebb946f2093
2 changes: 1 addition & 1 deletion packages/codec/src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function isCodecExecuteError(
}

/**
* This method can collect CodecBaseParseError, and put an human-readable error
* This Error class can collect CodecBaseParseError, and put an human-readable error
*/
export class CodecExecuteError extends Error {
name = CODEC_EXECUTE_ERROR_NAME;
Expand Down