Class: Pingback::InvalidSourceException

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

Overview

Exception which represents fault code 17, the source URI does not contain a link to the target URI, and so cannot be used as a source.

Instance Method Summary collapse

Constructor Details

#initializeInvalidSourceException

Returns a new instance of InvalidSourceException.



23
24
25
# File 'lib/pingback.rb', line 23

def initialize
  super(17, "The source URI does not contain a link to the target URI, and so cannot be used as a source.")
end