Exception: SmqlToAR::OnlyOrderOnBaseError

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) ⇒ OnlyOrderOnBaseError

Returns a new instance of OnlyOrderOnBaseError.



81
82
83
# File 'lib/smql_to_ar.rb', line 81

def initialize path
  super :path => path
end