Exception: SmqlToAR::UnexpectedError
- Inherits:
-
ParseError
- Object
- Exception
- SMQLError
- ParseError
- SmqlToAR::UnexpectedError
- Defined in:
- lib/smql_to_ar.rb
Instance Attribute Summary
Attributes inherited from SMQLError
Instance Method Summary collapse
-
#initialize(model, colop, val) ⇒ UnexpectedError
constructor
A new instance of UnexpectedError.
Constructor Details
#initialize(model, colop, val) ⇒ UnexpectedError
Returns a new instance of UnexpectedError.
63 64 65 |
# File 'lib/smql_to_ar.rb', line 63 def initialize model, colop, val super got: {colop => val}, model: model.to_s end |