Exception: OAI::VerbException
- Defined in:
- lib/oai/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize ⇒ VerbException
constructor
A new instance of VerbException.
Constructor Details
#initialize ⇒ VerbException
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 |