FailedToLoadProtocolMethodException constructor

FailedToLoadProtocolMethodException(
  1. String protocol,
  2. String method
)

Implementation

FailedToLoadProtocolMethodException(this.protocol, this.method);