Exception: AimsProject::ObjectFileNotFoundException
- Inherits:
-
AimsProjectException
- Object
- StandardError
- AimsProjectException
- AimsProject::ObjectFileNotFoundException
- Defined in:
- lib/aims_project/aims_project_exception.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ ObjectFileNotFoundException
constructor
A new instance of ObjectFileNotFoundException.
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 |