hedgedoc/src/errors
David Mehren 2c081b8dbf fix: correctly initialize exception mapping
The constructor of an exception filter must be given
an instance of HttpAdapterHost, otherwise it will crash at runtime.

This can be reproduced by GETing /.

Reference: https://docs.nestjs.com/exception-filters#inheritance
Signed-off-by: David Mehren <git@herrmehren.de>
2022-02-14 11:28:02 +01:00
..
error-mapping.ts fix: correctly initialize exception mapping 2022-02-14 11:28:02 +01:00
errors.ts Change error types in checkLocalPassword and updateLocalPassword to InvalidCredentialsError and NoLocalIdentityError 2022-01-06 21:59:46 +01:00
http-exception-object.ts feat: add error-mapping 2022-02-07 00:08:41 +01:00