AcpV2ConnectionStateException constructor

const AcpV2ConnectionStateException(
  1. String message
)

Creates a state error.

Implementation

const AcpV2ConnectionStateException(this.message);