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