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