Exception: QcloudCos::FileNotExistError

Inherits:
Error
  • Object
show all
Defined in:
lib/qcloud_cos/error.rb

Instance Method Summary collapse

Constructor Details

#initializeFileNotExistError

Returns a new instance of FileNotExistError.



33
34
35
# File 'lib/qcloud_cos/error.rb', line 33

def initialize
  super('文件不存在')
end