Sha256: 26c7c76b684b2337f8dfc71625a353a5bb6020d59b1f901ca5262608332bd8ca

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

# frozen_string_literal: true

require "exception_notifier/notifier"
require "exception_notification/rack"
require "exception_notification/version"

module ExceptionNotification
  # Alternative way to setup ExceptionNotification.
  # Run 'rails generate exception_notification:install' to create
  # a fresh initializer with all configuration values.
  def self.configure
    yield ExceptionNotifier
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception-track-1.3.0 lib/exception_notification.rb