Exception: AMIToolExceptions::FileNotFound

Inherits:
EC2FatalError
  • Object
show all
Defined in:
lib/ec2/amitools/tool_base.rb

Instance Attribute Summary

Attributes inherited from EC2FatalError

#code

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ FileNotFound

Returns a new instance of FileNotFound.



22
23
24
# File 'lib/ec2/amitools/tool_base.rb', line 22

def initialize(path)
  super(2, "File not found: #{path}")
end