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



26
27
28
# File 'lib/orchestra/errors.rb', line 26

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