class Qiniu::NoSuchFileError

Public Class Methods

new(missing_file) click to toggle source
Calls superclass method
# File lib/qiniu/exceptions.rb, line 114
def initialize(missing_file)
  super("Error, no such file #{missing_file}.")
end