Exception: SmqlToAR::NonExistingColumnError

Inherits:
SMQLError
  • Object
show all
Defined in:
lib/smql_to_ar.rb

Instance Attribute Summary

Attributes inherited from SMQLError

#data

Instance Method Summary collapse

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