ZapSchemaException constructor
ZapSchemaException(
- String message,
- List<
ZapValidationIssue> issues, { - String? classification,
Implementation
ZapSchemaException(this.message, this.issues, {this.classification});