PutException constructor

PutException(
  1. String context,
  2. String message
)

Creates an exception for when a put fails on a Logic with context as to where the

Implementation

PutException(String context, String message)
    : super('Failed to put value on signal ($context): $message');