Exception: Ro::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Ro::Error
- Defined in:
- lib/ro/error.rb
Instance Method Summary collapse
-
#initialize(message, context = nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, context = nil) ⇒ Error
Returns a new instance of Error.
3 4 5 6 |
# File 'lib/ro/error.rb', line 3 def initialize(, context = nil) super() @context = context end |