Exception: Deptree::CircularDependencyError

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

Instance Method Summary collapse

Constructor Details

#initializeCircularDependencyError

Returns a new instance of CircularDependencyError.



24
25
26
# File 'lib/deptree/errors.rb', line 24

def initialize
  super("Circular dependency detected")
end