Exception: UploadError
- Inherits:
-
FatalError
- Object
- Exception
- FatalError
- UploadError
- Defined in:
- lib/ec2/amitools/exception.rb
Overview
—————————————————————————-#
Instance Method Summary collapse
-
#initialize(resource, addr, port, path, error = nil) ⇒ UploadError
constructor
A new instance of UploadError.
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 |