Exception: ConvenientService::Support::NeverReachHere Private
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Support::NeverReachHere
- Defined in:
- lib/convenient_service/support/never_reach_here.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(extra_message:) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
15 16 17 18 19 20 21 22 23 |
# File 'lib/convenient_service/support/never_reach_here.rb', line 15 def initialize_with_kwargs(extra_message:) = <<~TEXT The code that was supposed to be unreachable was executed. #{} TEXT initialize() end |