BasicObject
This file is part of the Arachni-RPC project and may be subject to redistribution and commercial restrictions. Please see the Arachni-RPC web site for more information on licensing and terms of use.
# # RPC Exceptions have methods that help identify them based on type. # # So in order to allow evaluations like: # # my_object.rpc_connection_error? # # to be possible on all objects these helper methods need to be available for # all objects. # # By default they'll return false, individual RPC Exceptions will overwrite them to # return true when applicable. # # @author: Tasos "Zapotek" Laskos <tasos.laskos@gmail.com> #
@return [Bool] false
# File lib/arachni/rpc/exceptions.rb, line 27 def rpc_connection_error? false end
@return [Bool] false
# File lib/arachni/rpc/exceptions.rb, line 52 def rpc_exception? false end
@return [Bool] false
# File lib/arachni/rpc/exceptions.rb, line 42 def rpc_invalid_method_error? false end
@return [Bool] false
# File lib/arachni/rpc/exceptions.rb, line 37 def rpc_invalid_object_error? false end
Generated with the Darkfish Rdoc Generator 2.