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