Extract error
This commit is contained in:
parent
16aac488cc
commit
087d38f570
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
export class FileNotFoundError extends Error {
|
||||
public constructor(message: string) {
|
||||
super(message);
|
||||
this.name = "FileNotFoundError";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue