Skip to content

Commit 567cb85

Browse files
committed
chore: formatting
1 parent 4973303 commit 567cb85

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/repository.token.exception.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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-
}
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+
}
88

9-
export class RepositoryNotFoundException extends Error {
10-
constructor(token: Function | string) {
11-
super(`Repository cannot be found for given token [${token}]`);
12-
}
9+
export class RepositoryNotFoundException extends Error {
10+
constructor(token: Function | string) {
11+
super(`Repository cannot be found for given token [${token}]`);
12+
}
1313
}

0 commit comments

Comments
 (0)