Skip to content

Commit 712097a

Browse files
committed
chore: remove unused class
1 parent 567cb85 commit 712097a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/repository.token.exception.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
export class RepositoryTokenNotFoundException extends Error {
2-
constructor(classType: string) {
3-
super(
4-
`Repository token cannot be found for given classType [${classType}]`,
5-
);
6-
}
7-
}
8-
91
export class RepositoryNotFoundException extends Error {
102
constructor(token: Function | string) {
113
super(`Repository cannot be found for given token [${token}]`);

0 commit comments

Comments
 (0)