MissingScalarConfigurationException constructor
const
MissingScalarConfigurationException(
- String scalarName
Define an exception thrown when Artemis find a scalar on schema but it's
not configured on build.yaml
.
Implementation
const MissingScalarConfigurationException(this.scalarName);