Exception: AimsProject::CorruptObjectFileException

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

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ CorruptObjectFileException

Returns a new instance of CorruptObjectFileException.



23
24
25
# File 'lib/aims_project/aims_project_exception.rb', line 23

def initialize(filename)
  super "The serialized yaml file is corrupt: #{filename}"
end