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.



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

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