Exception: Kerbi::StateBackendNotReadyError

Inherits:
Error
  • Object
show all
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

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