DbDocValidationException constructor

DbDocValidationException(
  1. String message
)

Implementation

DbDocValidationException(this.message)
    : super(
        message,
        ErrorCodes.dbDocValidation,
      );