Exception: Dbmanager::CommandError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ CommandError

Returns a new instance of CommandError.



25
26
27
# File 'lib/dbmanager.rb', line 25

def initialize(message=nil)
  super message || 'Could not execute command!'
end