Exception: Deptree::CircularDependencyError
- Defined in:
- lib/deptree/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ CircularDependencyError
constructor
A new instance of CircularDependencyError.
Constructor Details
#initialize ⇒ CircularDependencyError
Returns a new instance of CircularDependencyError.
24 25 26 |
# File 'lib/deptree/errors.rb', line 24 def initialize super("Circular dependency detected") end |