forked from Shared/esg
final update on moallm client
This commit is contained in:
@@ -6,6 +6,7 @@ export class InquiryException extends HttpException {
|
||||
message: string,
|
||||
public readonly normalizedError: NormalizedErrorDto,
|
||||
status: HttpStatus = HttpStatus.UNPROCESSABLE_ENTITY,
|
||||
public readonly provider?: string,
|
||||
) {
|
||||
super({ message, error: normalizedError }, status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user