class Autoproj::ConfigError
Attributes
file[RW]
Public Class Methods
new(file = nil)
click to toggle source
Calls superclass method
# File lib/autoproj/exceptions.rb, line 7 def initialize(file = nil) super @file = file end