Class: Pingback::InexistentSourceException

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

Overview

Exception which represents fault code 16, the source URI does not exist.

Instance Method Summary collapse

Constructor Details

#initializeInexistentSourceException

Returns a new instance of InexistentSourceException.



15
16
17
# File 'lib/pingback.rb', line 15

def initialize
  super(16, "The source URI does not exist.")
end