Method: OAI::IdException#initialize
- Defined in:
- lib/oai/exception.rb
#initialize ⇒ IdException
Returns a new instance of IdException.
41 42 43 44 |
# File 'lib/oai/exception.rb', line 41 def initialize() super('The value of the identifier argument is '\ 'unknown or illegal in this repository.', 'idDoesNotExist') end |