Class: Pingback::InvalidTargetException
- Inherits:
-
XMLRPC::FaultException
- Object
- XMLRPC::FaultException
- Pingback::InvalidTargetException
- 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
-
#initialize ⇒ InvalidTargetException
constructor
A new instance of InvalidTargetException.
Constructor Details
#initialize ⇒ InvalidTargetException
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 |