class JsonRpc::Client::Signal_fatal_remote_error

Defined in:

json_rpc/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def emit(raw : String | Nil, 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(String | Nil, Exception)), Cute::ConnectionHandle) #

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

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