class DeleteFileError

Public Class Methods

new(file, reason) click to toggle source
Calls superclass method AMIToolExceptions::EC2FatalError::new
# File lib/ec2/amitools/deletebundle.rb, line 47
def initialize(file, reason)
  super(5,"Could not delete file '#{file}': #{reason}")
end