Exception: Qiniu::S3::NoSuchFileError

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

Instance Method Summary collapse

Methods inherited from Exception

#to_s

Constructor Details

#initialize(missing_file) ⇒ NoSuchFileError

Returns a new instance of NoSuchFileError.



82
83
84
# File 'lib/qiniu/s3/exceptions.rb', line 82

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