Class: Pingback::GenericFaultException

Inherits:
XMLRPC::FaultException
  • Object
show all
Defined in:
lib/pingback.rb

Overview

Exception which represents fault code 0, the generic fault code.

Instance Method Summary collapse

Constructor Details

#initializeGenericFaultException

Returns a new instance of GenericFaultException.



8
9
10
# File 'lib/pingback.rb', line 8

def initialize
  super(0, "generic fault.")
end