class Rock::Bundles::BundleNotFound

Exception raised when the bundle support looks for a particular bundle but cound not find it, such as during dependency resolution

Attributes

name[R]

The name of the bundle that was being looked for

Public Class Methods

new(name) click to toggle source
# File lib/rock/bundles.rb, line 193
def initialize(name)
    @name = name
end