Exception: SmqlToAR::NonExistingColumnError
- Defined in:
- lib/smql_to_ar.rb
Instance Attribute Summary
Attributes inherited from SMQLError
Instance Method Summary collapse
-
#initialize(expected, got) ⇒ NonExistingColumnError
constructor
A new instance of NonExistingColumnError.
Constructor Details
#initialize(expected, got) ⇒ NonExistingColumnError
Returns a new instance of NonExistingColumnError.
75 76 77 |
# File 'lib/smql_to_ar.rb', line 75 def initialize expected, got super expected: expected, got: got end |