Exception: CueCloudException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cuecloud/cuecloud_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ CueCloudException

Returns a new instance of CueCloudException.



2
3
4
# File 'lib/cuecloud/cuecloud_exception.rb', line 2

def initialize(*args)
  super(args)
end