Exception: Toq::Exceptions::Base

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/toq/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#rpc_exception?Bool

Returns true.

Returns:

  • (Bool)

    true



80
81
82
# File 'lib/toq/exceptions.rb', line 80

def rpc_exception?
    true
end