Exception: QcloudCos::FileNotExistError
- Defined in:
- lib/qcloud_cos/error.rb
Instance Method Summary collapse
-
#initialize ⇒ FileNotExistError
constructor
A new instance of FileNotExistError.
Constructor Details
permalink #initialize ⇒ FileNotExistError
Returns a new instance of FileNotExistError.
33 34 35 |
# File 'lib/qcloud_cos/error.rb', line 33 def initialize super('文件不存在') end |