class JsonRpc::Client::Signal_fatal_local_error

Defined in:

json_rpc/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def emit(request : Request, raw : String, error : Exception) : Nil #

def name : String #
Description copied from class Cute::Signal

Returns the name of the signal, if applicable.


def new_channel : Tuple(Channel(Tuple(Request, String, Exception)), Cute::ConnectionHandle) #

def on(&block : Proc(Request, String, Exception, Nil)) : Cute::ConnectionHandle #

def on(sink : Cute::Sink(U)) forall U #