Exception: SmqlToAR::RootOnlyFunctionError

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(path) ⇒ RootOnlyFunctionError

Returns a new instance of RootOnlyFunctionError.



93
94
95
# File 'lib/smql_to_ar.rb', line 93

def initialize path
	super path: path
end