Exception: SmqlToAR::UnexpectedError

Inherits:
ParseError show all
Defined in:
lib/smql_to_ar.rb

Instance Attribute Summary

Attributes inherited from SMQLError

#data

Instance Method Summary collapse

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