Exception: Consolle::Errors::ServerUnhealthy
- Defined in:
- lib/consolle/errors.rb
Overview
Server/console health issues
Instance Method Summary collapse
-
#initialize(message = 'Console server is unhealthy') ⇒ ServerUnhealthy
constructor
A new instance of ServerUnhealthy.
Constructor Details
#initialize(message = 'Console server is unhealthy') ⇒ ServerUnhealthy
Returns a new instance of ServerUnhealthy.
37 38 39 |
# File 'lib/consolle/errors.rb', line 37 def initialize( = 'Console server is unhealthy') super() end |