class ChiliLogger::ConfigError
class for wrapping configuration errors
Public Class Methods
new(msg = 'Found an error when configuring ChiliLogger')
click to toggle source
Calls superclass method
# File lib/errors/error_messages/config_error.rb, line 5 def initialize(msg = 'Found an error when configuring ChiliLogger') super(msg) end