Exception: Dynflow::Errors::InactiveWorldError

Inherits:
Dynflow::Error
  • Object
show all
Defined in:
lib/dynflow/errors.rb

Instance Method Summary collapse

Methods inherited from Dynflow::Error

from_hash, #to_hash

Constructor Details

#initialize(world) ⇒ InactiveWorldError

Returns a new instance of InactiveWorldError.



31
32
33
# File 'lib/dynflow/errors.rb', line 31

def initialize(world)
  super("The world #{world.id} is not active (terminating or terminated)")
end