Exception: Errors::LoadEventError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Errors::LoadEventError
- Defined in:
- lib/advanced_ruby_command_handler/errors.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
readonly
Returns the value of attribute event.
Instance Method Summary collapse
-
#initialize(event, message = nil) ⇒ LoadEventError
constructor
A new instance of LoadEventError.
Constructor Details
#initialize(event, message = nil) ⇒ LoadEventError
Returns a new instance of LoadEventError.
16 17 18 19 |
# File 'lib/advanced_ruby_command_handler/errors.rb', line 16 def initialize(event, = nil) super() @event = event end |
Instance Attribute Details
#event ⇒ Object (readonly)
Returns the value of attribute event.
14 15 16 |
# File 'lib/advanced_ruby_command_handler/errors.rb', line 14 def event @event end |