Class: Pingback::InvalidTargetException

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

Overview

Exception which represents fault code 33, the specified target URI cannot be used as a target.

Instance Method Summary collapse

Constructor Details

#initializeInvalidTargetException

Returns a new instance of InvalidTargetException.



37
38
39
# File 'lib/pingback.rb', line 37

def initialize
  super(33, "The specified target URI cannot be used as a target.")
end