Exception: SmqlToAR::NonExistingSelectableError

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(got) ⇒ NonExistingSelectableError

Returns a new instance of NonExistingSelectableError.



69
70
71
# File 'lib/smql_to_ar.rb', line 69

def initialize got
	super got: got
end