EdgeTypeValidationError constructor

const EdgeTypeValidationError(
  1. String message
)

Creates a new EdgeTypeValidationError with the given message.

Implementation

const EdgeTypeValidationError(this.message);