class Autoproj::ExcludedSelection
Exception raised by PackageSelection#filter_excluded_and_ignored_packages
when a given selection is completely excluded
Attributes
Public Class Methods
Source
# File lib/autoproj/exceptions.rb, line 74 def initialize(selection) @selection = selection super() end
Calls superclass method
Autoproj::ConfigError::new