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> #