Exception: Autoproj::ConfigError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/autoproj/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#fileObject

Returns the value of attribute file.



5
6
7
# File 'lib/autoproj/exceptions.rb', line 5

def file
  @file
end