Exception: SmqlToAR::SMQLError
- Inherits:
-
Exception
- Object
- Exception
- SmqlToAR::SMQLError
- Defined in:
- lib/smql_to_ar.rb
Overview
r Exceptions
Direct Known Subclasses
ConColumnError, NonExistingColumnError, NonExistingRelationError, NonExistingSelectableError, ParseError, ProtectedColumnError, RootOnlyFunctionError, SubSMQLError
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ SMQLError
constructor
A new instance of SMQLError.
Constructor Details
#initialize(data) ⇒ SMQLError
Returns a new instance of SMQLError.
36 37 38 39 |
# File 'lib/smql_to_ar.rb', line 36 def initialize data @data = data super data.inspect end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
35 36 37 |
# File 'lib/smql_to_ar.rb', line 35 def data @data end |