class AMIToolExceptions::FileNotFound

Public Class Methods

new(path) click to toggle source
Calls superclass method AMIToolExceptions::EC2FatalError::new
# File lib/ec2/amitools/tool_base.rb, line 22
def initialize(path)
  super(2, "File not found: #{path}")
end