Method: ModelTimeline::ConfigurationError#initialize

Defined in:
lib/model_timeline/configuration_error.rb

#initialize(message = 'Multiple definitions of the same configuration found. ' \ 'Please ensure that each configuration is unique.') ⇒ ModelTimeline::ConfigurationError

Initialize a new ConfigurationError

Parameters:

  • message (String) (defaults to: 'Multiple definitions of the same configuration found. ' \ 'Please ensure that each configuration is unique.')

    Custom error message



19
20
21
22
# File 'lib/model_timeline/configuration_error.rb', line 19

def initialize(message = 'Multiple definitions of the same configuration found. ' \
                         'Please ensure that each configuration is unique.')
  super
end