module ExceptionNotificationServer

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/exception_notification_server.rb, line 10
def self.configuration
  @configuration ||= ExceptionNotificationServer::Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/exception_notification_server.rb, line 6
def self.configure(&_block)
  yield configuration
end