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