Exception: Arclight::Exceptions::IDNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/arclight/exceptions.rb

Overview

Id’s must be present on all documents and components

Instance Method Summary collapse

Instance Method Details

#messageObject



7
8
9
# File 'lib/arclight/exceptions.rb', line 7

def message
  'id must be present for all documents and components'
end