KrefValidationError constructor

const KrefValidationError(
  1. String message
)

Creates a new KrefValidationError with the given message.

Implementation

const KrefValidationError(this.message);