Update readme and clean up
This commit is contained in:
parent
6a3157762a
commit
435d555394
17 changed files with 320 additions and 486 deletions
|
@ -19,8 +19,6 @@ export class FileError extends MuseError {
|
|||
}
|
||||
}
|
||||
|
||||
export class MalformedResourceFileError extends FileError {}
|
||||
|
||||
export class FileNotFoundError extends FileError {
|
||||
constructor(filePath: string) {
|
||||
super("File not found", filePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue