ConnectionException
Indicates that a Connectable connection caused an unhandled exception.
This is a programmer error - connections must never throw unhandled exceptions, instead the connection is expected to catch the exception and emit a special error value to its output consumer.
An example of this would be that if loading an HTTP request throws an exception, then the connection should emit a LoadingDataFailed event to communicate the failure to Update.