InvalidEndpointMethodTypeException constructor

InvalidEndpointMethodTypeException(
  1. String _methodName,
  2. String _endpointPath
)

Implementation

InvalidEndpointMethodTypeException(this._methodName, this._endpointPath);