mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
acd462fc23
Ref: https://github.com/rails/rails/pull/43282 Ref: https://github.com/rails/rails/pull/43561 It can be legitimate for subscriber to want to bubble up some exception to the caller, so wrapping it change the exception class which might break the calling code expecting a specific error. We can minimize this by only using InstrumentationSubscriberError when more than one subscriber raised. |
||
---|---|---|
.. | ||
evented_notification_test.rb | ||
instrumenter_test.rb |