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
Public Class Methods
Source
# File lib/autoproj/package_set.rb, line 12 def initialize(package_set) @package_set = package_set super() end
Calls superclass method