Exception: DownloadError

Inherits:
FatalError show all
Defined in:
lib/ec2/amitools/exception.rb

Overview

—————————————————————————-#

Instance Method Summary collapse

Constructor Details

#initialize(resource, addr, port, path, error = nil) ⇒ DownloadError

Returns a new instance of DownloadError.



56
57
58
# File 'lib/ec2/amitools/exception.rb', line 56

def initialize(resource, addr, port, path, error=nil)
  super("could not download #{resource} from #{addr}/#{path} on #{port}", error)
end