LiteRtLmException constructor

const LiteRtLmException(
  1. String message
)

Creates a LiteRT-LM exception.

Implementation

const LiteRtLmException(this.message);