Exception: SmqlToAR::ConColumnError
- Defined in:
- lib/smql_to_ar.rb
Instance Attribute Summary
Attributes inherited from SMQLError
Instance Method Summary collapse
-
#initialize(expected, got) ⇒ ConColumnError
constructor
A new instance of ConColumnError.
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 |