VerificationFailure constructor

VerificationFailure(
  1. String message
)

Creates a verification failure with the given message.

Implementation

VerificationFailure(this.message);