Exception: ConvenientService::Support::NeverReachHere
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Support::NeverReachHere
- Defined in:
- lib/convenient_service/support/never_reach_here.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(extra_message:) ⇒ void
This method returns an undefined value.
10 11 12 13 14 15 16 17 18 |
# File 'lib/convenient_service/support/never_reach_here.rb', line 10 def initialize_with_kwargs(extra_message:) = <<~TEXT The code that was supposed to be unreachable was executed. #{} TEXT initialize() end |