Exception: Toq::Exceptions::InvalidObject

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

Overview

An invalid object has been called.

Make sure that there is a server-side handler for the object you called.

Instance Method Summary collapse

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_invalid_object_error?Bool

Returns true.

Returns:

  • (Bool)

    true



113
114
115
# File 'lib/toq/exceptions.rb', line 113

def rpc_invalid_object_error?
    true
end