class FileConvert::Exception::DownloadConnectionError
Public Class Methods
new(result)
click to toggle source
Calls superclass method
FileConvert::Exception::ConnectionError::new
# File lib/file_convert/exception.rb, line 41 def initialize(result) super(result, 'downloading') end