Exception: OAI::VerbException

Inherits:
Exception
  • Object
show all
Defined in:
lib/oai/exception.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initializeVerbException

Returns a new instance of VerbException.



25
26
27
28
29
# File 'lib/oai/exception.rb', line 25

def initialize()
  super('Value of the verb argument is not a legal OAI-PMH '\
  'verb, the verb argument is missing, or the verb argument is repeated.',
  'badVerb')
end