Method: QcloudCos::FileNotExistError#initialize

Defined in:
lib/qcloud_cos/error.rb

#initializeFileNotExistError

Returns a new instance of FileNotExistError.

[View source]

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

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