We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be18b8a commit f784498Copy full SHA for f784498
src/shared/dto/validation/validation-exception.dto.ts
@@ -4,7 +4,6 @@ import { ValidationErrorInfo } from './validation-error-info.dto';
4
export class ValidationExceptionDto {
5
constructor(exception: ValidationException) {
6
this.errors = exception.validationErrors;
7
- console.log({ exception });
8
}
9
readonly errors: ValidationErrorInfo[];
10
readonly errorMessage = 'Validation Exception';
0 commit comments