Exception: SnomedQuery::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/snomed_query.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ Error

Returns a new instance of Error.



19
20
21
22
# File 'lib/snomed_query.rb', line 19

def initialize(msg)
  @msg = msg
  super(msg)
end

Instance Attribute Details

#msgObject

Returns the value of attribute msg.



17
18
19
# File 'lib/snomed_query.rb', line 17

def msg
  @msg
end