Class: Pingback::InexistentTargetException

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

Overview

Exception which represents fault code 32, the target URI does not exist.

Instance Method Summary collapse

Constructor Details

#initializeInexistentTargetException

Returns a new instance of InexistentTargetException.



30
31
32
# File 'lib/pingback.rb', line 30

def initialize
  super(32, "The target URI does not exist.")
end