diff --git a/src/exceptions.ts b/src/exceptions.ts index d8536ec..e2b6bc6 100644 --- a/src/exceptions.ts +++ b/src/exceptions.ts @@ -42,6 +42,7 @@ export class AlreadyExists extends BaseHandlerException { ); } } +// TODO: silly comment export class NotFound extends BaseHandlerException { constructor(typeName: string, identifier: string) {