class CFManifests::CircularDependency
Public Class Methods
new(app)
click to toggle source
# File lib/manifests/errors.rb, line 17 def initialize(app) @app = app end
Public Instance Methods
to_s()
click to toggle source
# File lib/manifests/errors.rb, line 21 def to_s "Circular dependency in application '#@app'" end