Method: AimsProject::ObjectFileNotFoundException#initialize

Defined in:
lib/aims_project/aims_project_exception.rb

#initialize(filename) ⇒ ObjectFileNotFoundException



17
18
19
# File 'lib/aims_project/aims_project_exception.rb', line 17

def initialize(filename)
  super "The serialized yaml file was not found: #{filename}"
end