Sha256: d7f61135abf39b934665f31abb840ea4280932d90bf40597cfc8421fc77b8c4a
Contents?: true
Size: 364 Bytes
Versions: 13
Compression:
Stored size: 364 Bytes
Contents
require 'fig/userinputerror' module Fig # A problem with configuring Log4r. class Log4rConfigError < UserInputError def initialize(config_file, original_exception) super( %Q<Problem with #{config_file}: #{original_exception.message}> ) @config_file = config_file @original_exception = original_exception end end end
Version data entries
13 entries across 13 versions & 2 rubygems