LogicConstructionException constructor

LogicConstructionException(
  1. String reason
)

Creates an exception when a Logic is trying to connect itself.

Implementation

LogicConstructionException(this.reason)
    : super('Failed to construct signal: $reason');