Exception: AimsProject::ObjectFileNotFoundException

Inherits:
AimsProjectException show all
Defined in:
lib/aims_project/aims_project_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ ObjectFileNotFoundException

Returns a new instance of 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