Dynflow::Error
# File lib/dynflow/errors.rb, line 29 def initialize(world) super("The world #{world.id} is not active (terminating or terminated)") end