Lint
This commit is contained in:
parent
9f46af4a65
commit
cd70f8b426
3 changed files with 76 additions and 75 deletions
|
|
@ -2,7 +2,7 @@ import type { FileSystemOperations } from "dist/types";
|
|||
import type { RelativePath } from "src/persistence/database";
|
||||
|
||||
export class FileNotFoundError extends Error {
|
||||
constructor(message: string) {
|
||||
public constructor(message: string) {
|
||||
super(message);
|
||||
this.name = "FileNotFoundError";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue