PeerError<T> constructor

PeerError<T>(
  1. T type,
  2. String message
)

Implementation

PeerError(this.type, this.message);