class GovukError::AlreadyInitialised

Public Class Methods

new(msg = "You can only call GovukError.configure once!") click to toggle source
Calls superclass method
# File lib/govuk_app_config/govuk_error.rb, line 9
def initialize(msg = "You can only call GovukError.configure once!")
  super
end