fix(frontend): Linting errors/warnings opgelost
This commit is contained in:
parent
b2e6b33716
commit
4d98be78c1
26 changed files with 272 additions and 258 deletions
5
frontend/src/exception/not-found-exception.ts
Normal file
5
frontend/src/exception/not-found-exception.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export class NotFoundException extends Error {
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue