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