Exception: FileConvert::Exception::DownloadConnectionError

Inherits:
ConnectionError
  • Object
show all
Defined in:
lib/file_convert/exception.rb

Instance Method Summary collapse

Methods inherited from ConnectionError

#message

Constructor Details

#initialize(result) ⇒ DownloadConnectionError

Returns a new instance of DownloadConnectionError.



41
42
43
# File 'lib/file_convert/exception.rb', line 41

def initialize(result)
  super(result, 'downloading')
end