Exception: Kerbi::StateBackendNotReadyError
- Defined in:
- lib/main/errors.rb
Constant Summary collapse
- MSG =
"State-keeping backend not ready. Run 'kerbi state status' for more."
Instance Method Summary collapse
-
#initialize(msg = MSG) ⇒ StateBackendNotReadyError
constructor
A new instance of StateBackendNotReadyError.
Constructor Details
#initialize(msg = MSG) ⇒ StateBackendNotReadyError
Returns a new instance of StateBackendNotReadyError.
8 9 10 |
# File 'lib/main/errors.rb', line 8 def initialize(msg = MSG) super end |