Skip to main content
Module

x/messagepack_rpc/dispatcher.ts>NoMethodFoundError

🦕 Deno module that allows for the implementation of MessagePack-RPC using MessagePack as the message schema.
Latest
class NoMethodFoundError
extends Error
import { NoMethodFoundError } from "https://deno.land/x/messagepack_rpc@v2.1.1/dispatcher.ts";

NoMethodFoundError is an error thrown when a method is not found in Dispatcher.

Constructors

new
NoMethodFoundError(method: string)