DbDocValidationException constructor
DbDocValidationException(
- String message
Implementation
DbDocValidationException(this.message)
: super(
message,
ErrorCodes.dbDocValidation,
);