Exception: Hydra::RemoteIdentifier::InvalidServiceMapping

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/hydra/remote_identifier/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(errors) ⇒ InvalidServiceMapping

Returns a new instance of InvalidServiceMapping.



4
5
6
# File 'lib/hydra/remote_identifier/exceptions.rb', line 4

def initialize(errors)
  super(errors.join(". ") << '.')
end