Exception: SmqlToAR::UnexpectedColOpError
- Inherits:
-
ParseError
- Object
- Exception
- SMQLError
- ParseError
- SmqlToAR::UnexpectedColOpError
- Defined in:
- lib/smql_to_ar.rb
Overview
Malformed ColOp
Instance Attribute Summary
Attributes inherited from SMQLError
Instance Method Summary collapse
-
#initialize(model, colop, val) ⇒ UnexpectedColOpError
constructor
A new instance of UnexpectedColOpError.
Constructor Details
#initialize(model, colop, val) ⇒ UnexpectedColOpError
Returns a new instance of UnexpectedColOpError.
57 58 59 |
# File 'lib/smql_to_ar.rb', line 57 def initialize model, colop, val super got: colop, val: val, model: model.to_s end |