Exception: OaiPmh::VerbException
- Inherits:
-
OAIException
- Object
- RuntimeError
- OAIException
- OaiPmh::VerbException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Attribute Summary
Attributes inherited from OAIException
Instance Method Summary collapse
-
#initialize ⇒ VerbException
constructor
A new instance of VerbException.
Constructor Details
#initialize ⇒ VerbException
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 |