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.



51
52
53
# File 'lib/smql_to_ar.rb', line 51

def initialize model, colop, val
	super :got => {colop => val}, :model => model.to_s
end