Exception: PgBundle::CircularDependencyError
- Inherits:
-
StandardError
- Object
- StandardError
- PgBundle::CircularDependencyError
- Defined in:
- lib/pgbundle.rb
Instance Method Summary collapse
-
#initialize(base, dep) ⇒ CircularDependencyError
constructor
A new instance of CircularDependencyError.
Constructor Details
#initialize(base, dep) ⇒ CircularDependencyError
Returns a new instance of CircularDependencyError.
20 21 22 |
# File 'lib/pgbundle.rb', line 20 def initialize(base, dep) super "Circular Dependency between #{base} and #{dep} detected" end |