Exception: AMIToolExceptions::FileNotFound
- Inherits:
-
EC2FatalError
- Object
- RuntimeError
- EC2FatalError
- AMIToolExceptions::FileNotFound
- Defined in:
- lib/ec2/amitools/tool_base.rb
Instance Attribute Summary
Attributes inherited from EC2FatalError
Instance Method Summary collapse
-
#initialize(path) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
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 |