class ExceptionTransformer::Config
Attributes
reporter[RW]
Public Class Methods
new()
click to toggle source
# File lib/exception_transformer/config.rb, line 6 def initialize self.reporter ||= proc { |e| } end