Exception: Qiniu::RS::NoSuchFileError

Inherits:
Exception
  • Object
show all
Defined in:
lib/qiniu/rs/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(missing_file) ⇒ NoSuchFileError

Returns a new instance of NoSuchFileError.



116
117
118
# File 'lib/qiniu/rs/exceptions.rb', line 116

def initialize(missing_file)
  super("Error, no such file #{missing_file}.")
end