class Autoproj::ExcludedSelection

Exception raised by PackageSelection#filter_excluded_and_ignored_packages when a given selection is completely excluded

Attributes

selection[R]

Public Class Methods

new(selection) click to toggle source
Calls superclass method Autoproj::ConfigError::new
# File lib/autoproj/exceptions.rb, line 74
def initialize(selection)
    @selection = selection

    super()
end