MissingFragmentException constructor

const MissingFragmentException(
  1. String fragmentName,
  2. String className
)

Thrown when Artemis can't find the requested fragment on schema.

Implementation

const MissingFragmentException(this.fragmentName, this.className);