class Autoproj::PackageSet::NotLoaded

Exception raised when an operation that needs the source.yml to be loaded is called before {PackageSet#load_description_file} is called

Attributes

package_set[R]

Public Class Methods

new(package_set) click to toggle source
Calls superclass method
# File lib/autoproj/package_set.rb, line 12
def initialize(package_set)
    @package_set = package_set

    super()
end