Exception: Coltrane::CommandError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/coltrane/commands/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ CommandError

Returns a new instance of CommandError.



7
8
9
# File 'lib/coltrane/commands/errors.rb', line 7

def initialize(msg)
  super msg
end