MissingRootTypeException constructor

const MissingRootTypeException(
  1. String rootTypeName
)

Thrown when Artemis can't find the default (or configured) root object type on schema.

Implementation

const MissingRootTypeException(this.rootTypeName);