class Dynflow::Errors::InactiveWorldError

Public Class Methods

new(world) click to toggle source
Calls superclass method
# File lib/dynflow/errors.rb, line 31
def initialize(world)
  super("The world #{world.id} is not active (terminating or terminated)")
end