class Deptree::CircularDependencyError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/deptree/errors.rb, line 24
def initialize
  super("Circular dependency detected")
end