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.



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

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