class NdrError::Middleware::PublicExceptions

Middleware for logging exceptions, can be used as exception_app for Rails.

Public Class Methods

new(public_path) click to toggle source
Calls superclass method NdrError::Recorder::new
# File lib/ndr_error/middleware/public_exceptions.rb, line 5
def initialize(public_path)
  super ::ActionDispatch::PublicExceptions.new(public_path)
end