Exception: HandlerRegisterable::Exceptions::NoHandlerAccepted
- Inherits:
-
StandardError
- Object
- StandardError
- HandlerRegisterable::Exceptions::NoHandlerAccepted
- Defined in:
- lib/handler_registerable/exceptions/no_handler_accepted.rb
Overview
Exception when no handler meets the conditions
Instance Method Summary collapse
-
#message ⇒ Object
Meaningful message when for this exception.
Instance Method Details
#message ⇒ Object
Meaningful message when for this exception
7 8 9 |
# File 'lib/handler_registerable/exceptions/no_handler_accepted.rb', line 7 def "No Handler Accepted" end |