response lifecycle timeout and route handling
This commit is contained in:
@@ -5,7 +5,7 @@ export class HTTPError extends ErrorWithContext {
|
||||
public readonly status: HTTPStatus = 500,
|
||||
public readonly message: string = ''
|
||||
) {
|
||||
super(message || HTTPMessage[status])
|
||||
super('HTTP ERROR')
|
||||
this.message = message || HTTPMessage[status]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user