JsonRpcMethodNotFoundException constructor
const
JsonRpcMethodNotFoundException(
- String method
Implementation
const JsonRpcMethodNotFoundException(this.method)
: super('Method not found: $method');
const JsonRpcMethodNotFoundException(this.method)
: super('Method not found: $method');