Class: Pingback::InexistentSourceException
- Inherits:
-
XMLRPC::FaultException
- Object
- XMLRPC::FaultException
- Pingback::InexistentSourceException
- Defined in:
- lib/pingback.rb
Overview
Exception which represents fault code 16, the source URI does not exist.
Instance Method Summary collapse
-
#initialize ⇒ InexistentSourceException
constructor
A new instance of InexistentSourceException.
Constructor Details
#initialize ⇒ InexistentSourceException
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 |