Sha256: bc4fac5a8dbf8e131f6546eb17b84c321875047831edba819e1fcd917d33176b

Contents?: true

Size: 293 Bytes

Versions: 6

Compression:

Stored size: 293 Bytes

Contents

module NdrError
  module Middleware
    # Middleware for logging exceptions, can be used as exception_app for Rails.
    class PublicExceptions < NdrError::Recorder
      def initialize(public_path)
        super ::ActionDispatch::PublicExceptions.new(public_path)
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ndr_error-2.4.1 lib/ndr_error/middleware/public_exceptions.rb
ndr_error-2.4.0 lib/ndr_error/middleware/public_exceptions.rb
ndr_error-2.3.2 lib/ndr_error/middleware/public_exceptions.rb
ndr_error-2.3.1 lib/ndr_error/middleware/public_exceptions.rb
ndr_error-2.3.0 lib/ndr_error/middleware/public_exceptions.rb
ndr_error-2.2.0 lib/ndr_error/middleware/public_exceptions.rb