Exception: SmqlToAR::SMQLError

Inherits:
Exception
  • Object
show all
Defined in:
lib/smql_to_ar.rb

Overview

r Exceptions

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dataObject (readonly)

Returns the value of attribute data.



35
36
37
# File 'lib/smql_to_ar.rb', line 35

def data
  @data
end