Exception: OaiPmh::VerbException

Inherits:
OAIException show all
Defined in:
lib/oaipmh/exceptions.rb

Instance Attribute Summary

Attributes inherited from OAIException

#code

Instance Method Summary collapse

Constructor Details

#initializeVerbException

Returns a new instance of VerbException.



24
25
26
27
# File 'lib/oaipmh/exceptions.rb', line 24

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