Sha256: a016bfa93a5ec64ecd80b7d74486e05fe7887e2be5d7bb0ca7f12404b935a6ca

Contents?: true

Size: 906 Bytes

Versions: 4

Compression:

Stored size: 906 Bytes

Contents

require "action_mailer"
module ExceptionNotification
  autoload :ExceptionNotifiable, 'exception_notification/exception_notifiable'
  autoload :Notifiable, 'exception_notification/notifiable'
  autoload :Notifier, 'exception_notification/notifier'
  #autoload :NotifierHelper, 'exception_notifiable/notifier_helper'
  autoload :ConsiderLocal,  'exception_notification/consider_local'
  autoload :CustomExceptionClasses,  'exception_notification/custom_exception_classes'
  autoload :CustomExceptionMethods,  'exception_notification/custom_exception_methods'
  autoload :HelpfulHashes,  'exception_notification/helpful_hashes'
  autoload :GitBlame,  'exception_notification/git_blame'
  autoload :DeprecatedMethods,  'exception_notification/deprecated_methods'
  autoload :HooksNotifier,  'exception_notification/hooks_notifier'
  autoload :NotifiableHelper,  'exception_notification/notifiable_helper'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
super_exception_notifier-3.0.5 lib/exception_notification.rb
super_exception_notifier-3.0.4 lib/exception_notification.rb
super_exception_notifier-3.0.2 lib/exception_notification.rb
super_exception_notifier-3.0.1 lib/exception_notification.rb