Exception: Fig::ConfigFileError
- Inherits:
-
UserInputError
- Object
- StandardError
- UserInputError
- Fig::ConfigFileError
- Defined in:
- lib/fig/configfileerror.rb
Overview
Could not determine some kind of information from a configuration file, whether .figrc, log4r, package.fig, etc.
Instance Method Summary collapse
-
#initialize(message, file) ⇒ ConfigFileError
constructor
A new instance of ConfigFileError.
Constructor Details
#initialize(message, file) ⇒ ConfigFileError
Returns a new instance of ConfigFileError.
7 8 9 10 11 12 13 |
# File 'lib/fig/configfileerror.rb', line 7 def initialize(, file) super() @file = file return end |