JsonRpcMethodNotFoundException constructor

const JsonRpcMethodNotFoundException(
  1. String method
)

Implementation

const JsonRpcMethodNotFoundException(this.method)
  : super('Method not found: $method');