FscenebFormatException constructor

const FscenebFormatException(
  1. String message
)

Creates a container-format exception with the given message.

Implementation

const FscenebFormatException(this.message);