Exception: Arclight::Exceptions::TitleNotFound

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

Overview

Unittitle or unitdate must be present on all documents and components

Instance Method Summary collapse

Instance Method Details

#messageObject



13
14
15
# File 'lib/arclight/exceptions.rb', line 13

def message
  '<unittitle/> or <unitdate/> must be present for all documents and components'
end