FsceneUnsupportedFeatureException constructor

const FsceneUnsupportedFeatureException(
  1. String feature
)

Creates an exception naming the unsupported feature.

Implementation

const FsceneUnsupportedFeatureException(this.feature);