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