APIContractViolationError constructor

APIContractViolationError(
  1. String message
)

Construct error with message.

Implementation

APIContractViolationError(this.message);