feat: initial boilerplate
This commit is contained in:
7
spec/modules/auth/errors.ts
Normal file
7
spec/modules/auth/errors.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { BadRequestError } from "@spec/relay";
|
||||
|
||||
export class AuthenticationStrategyPayloadError extends BadRequestError {
|
||||
constructor() {
|
||||
super("Provided authentication payload is not recognized.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user