KumihoError constructor

const KumihoError(
  1. String message
)

Creates a new KumihoError with the given message.

Implementation

const KumihoError(this.message);