class Autoproj::ConfigError
Attributes
Public Class Methods
Source
# File lib/autoproj/exceptions.rb, line 7 def initialize(file = nil) super @file = file end
Calls superclass method
# File lib/autoproj/exceptions.rb, line 7 def initialize(file = nil) super @file = file end