class FileConvert::Exception::DownloadConnectionError

Public Class Methods

new(result) click to toggle source
# File lib/file_convert/exception.rb, line 41
def initialize(result)
  super(result, 'downloading')
end