Exception: SmqlToAR::ConColumnError

Inherits:
SMQLError
  • Object
show all
Defined in:
lib/smql_to_ar.rb

Instance Attribute Summary

Attributes inherited from SMQLError

#data

Instance Method Summary collapse

Constructor Details

#initialize(expected, got) ⇒ ConColumnError

Returns a new instance of ConColumnError.



99
100
101
# File 'lib/smql_to_ar.rb', line 99

def initialize expected, got
	super expected: expected, got: got
end