Exception: SmqlToAR::NonExistingRelationError
- Defined in:
- lib/smql_to_ar.rb
Instance Attribute Summary
Attributes inherited from SMQLError
Instance Method Summary collapse
-
#initialize(expected, got) ⇒ NonExistingRelationError
constructor
A new instance of NonExistingRelationError.
Constructor Details
#initialize(expected, got) ⇒ NonExistingRelationError
Returns a new instance of NonExistingRelationError.
81 82 83 |
# File 'lib/smql_to_ar.rb', line 81 def initialize expected, got super expected: expected, got: got end |