fix(backend): Kapotte imports gerepareerd.
This commit is contained in:
parent
aaa71aa648
commit
69dd1830f5
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ import {ExceptionWithHttpState} from "./exception-with-http-state.js";
|
|||
/**
|
||||
* Exception for HTTP 400 Bad Request
|
||||
*/
|
||||
export abstract class BadRequestException extends ExceptionWithHttpState {
|
||||
export class BadRequestException extends ExceptionWithHttpState {
|
||||
constructor(error: string) {
|
||||
super(400, error);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue