Fix status code error handler

pull/17481/head
Masum ULU 1 year ago
parent 0f44dc5586
commit 5e4ceb5edb

@ -54,7 +54,7 @@ export class StatusCodeErrorHandlerService implements CustomHttpErrorHandlerServ
delete instance.details;
}
this.errorComponentService.execute(instance);
this.createErrorComponentService.execute(instance);
}
canHandle({ status }): boolean {

Loading…
Cancel
Save