Exception: Toq::Exceptions::UnsafeMethod

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

Instance Method Summary collapse

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_unsafe_method_error?Bool

Returns true.

Returns:

  • (Bool)

    true



122
123
124
# File 'lib/toq/exceptions.rb', line 122

def rpc_unsafe_method_error?
    true
end