class RS4::ConfigurationError

Error should be returned when the module has been improperly configured

Attributes

error_fields[RW]

Public Class Methods

new(error_fields = [], message) click to toggle source
Calls superclass method
# File lib/rs4/configuration_error.rb, line 9
def initialize(error_fields = [], message)
  super(message)

  @error_fields = error_fields
end