Exception: QcloudCos::InvalidFolderPathError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InvalidFolderPathError

Returns a new instance of InvalidFolderPathError.

[View source]

21
22
23
# File 'lib/qcloud_cos/error.rb', line 21

def initialize(msg)
  super(msg)
end