Class: GovukNavigationHelpers::Configuration::NoErrorHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/govuk_navigation_helpers/configuration.rb

Instance Method Summary collapse

Instance Method Details

#notify(exception, *_args) ⇒ Object



30
31
32
# File 'lib/govuk_navigation_helpers/configuration.rb', line 30

def notify(exception, *_args)
  puts exception
end