LayoutError constructor

const LayoutError(
  1. LayoutErrorKind kind
)

Wraps the layout-failure kind canon reported.

Implementation

const LayoutError(this.kind);