We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c6452 commit fd5ee0bCopy full SHA for fd5ee0b
src/videolinks.ts
@@ -34,7 +34,7 @@ export class ParseError extends Error {
34
name: string = "ParseError";
35
};
36
export class VideoLinksError extends Error {
37
- name: string = "ParseError";
+ name: string = "VideoLinksError";
38
39
40
export interface VideoLinksParseParams {
0 commit comments