Exception: SnomedQuery::Error
- Inherits:
-
StandardError
- Object
- StandardError
- SnomedQuery::Error
- Defined in:
- lib/snomed_query.rb
Instance Attribute Summary collapse
-
#msg ⇒ Object
Returns the value of attribute msg.
Instance Method Summary collapse
-
#initialize(msg) ⇒ Error
constructor
A new instance of Error.
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
#msg ⇒ Object
Returns the value of attribute msg.
17 18 19 |
# File 'lib/snomed_query.rb', line 17 def msg @msg end |