Exception: Orchestra::CircularDependencyError

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

Instance Method Summary collapse

Methods inherited from Error

#list_out

Instance Method Details

#to_sObject



32
33
34
# File 'lib/orchestra/errors.rb', line 32

def to_s
  "Circular dependency detected! Check your dependencies/provides"
end