Exception: UploadError

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) ⇒ UploadError

Returns a new instance of UploadError.



64
65
66
# File 'lib/ec2/amitools/exception.rb', line 64

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