Exception: Autoproj::ConfigError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Autoproj::ConfigError
- Defined in:
- lib/autoproj/exceptions.rb
Direct Known Subclasses
ExcludedPackage, ExcludedSelection, InvalidYAMLFormatting, Manifest::NoPackageXML, MissingOSDep, PackageNotFound
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(file = nil) ⇒ ConfigError
constructor
A new instance of ConfigError.
Constructor Details
#initialize(file = nil) ⇒ ConfigError
Returns a new instance of ConfigError.
7 8 9 10 |
# File 'lib/autoproj/exceptions.rb', line 7 def initialize(file = nil) super @file = file end |
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
5 6 7 |
# File 'lib/autoproj/exceptions.rb', line 5 def file @file end |