GenerationException constructor

const GenerationException(
  1. String message
)

Creates a GenerationException.

Implementation

const GenerationException(this.message);