File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments