Exception: InsertSelect::ColumnCountMisMatchError

Inherits:
Error
  • Object
show all
Defined in:
lib/insert_select/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ColumnCountMisMatchError

Returns a new instance of ColumnCountMisMatchError.



5
6
7
# File 'lib/insert_select/errors.rb', line 5

def initialize(message)
  super(message)
end