Exception: RIM::RimException
- Inherits:
-
Exception
- Object
- Exception
- RIM::RimException
- Defined in:
- lib/rim/rim_exception.rb
Instance Attribute Summary collapse
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
Instance Method Summary collapse
-
#initialize(messages) ⇒ RimException
constructor
A new instance of RimException.
Constructor Details
#initialize(messages) ⇒ RimException
Returns a new instance of RimException.
6 7 8 9 10 11 12 |
# File 'lib/rim/rim_exception.rb', line 6 def initialize() if .is_a?(String) = [] else = end end |
Instance Attribute Details
#messages ⇒ Object (readonly)
Returns the value of attribute messages.
4 5 6 |
# File 'lib/rim/rim_exception.rb', line 4 def end |