LogicValueConstructionException constructor

LogicValueConstructionException(
  1. String message
)

Creates an exception for when a construction of a LogicValue fails.

Implementation

LogicValueConstructionException(String message)
    : super('Failed to construct `LogicValue`: $message');