Exception: Qiniu::S3::NoSuchFileError
- Defined in:
- lib/qiniu/s3/exceptions.rb
Instance Method Summary collapse
-
#initialize(missing_file) ⇒ NoSuchFileError
constructor
A new instance of NoSuchFileError.
Methods inherited from Exception
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 |