Exception: HandlerRegisterable::Exceptions::NoHandlerAccepted

Inherits:
StandardError
  • Object
show all
Defined in:
lib/handler_registerable/exceptions/no_handler_accepted.rb

Overview

Exception when no handler meets the conditions

Instance Method Summary collapse

Instance Method Details

#messageObject

Meaningful message when for this exception



7
8
9
# File 'lib/handler_registerable/exceptions/no_handler_accepted.rb', line 7

def message
  "No Handler Accepted"
end