Class: Pingback::AlreadyRegisteredException

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

Overview

Exception which represents fault code 48, the pingback has already been registered.

Instance Method Summary collapse

Constructor Details

#initializeAlreadyRegisteredException

Returns a new instance of AlreadyRegisteredException.



44
45
46
# File 'lib/pingback.rb', line 44

def initialize
  super(48, "The pingback has already been registered.")
end