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