<SamantazFox>
In this example, I'd like to have a `Test::BadPatternError` exception, rather than a `File::BadPatternError` one
<SamantazFox>
My struggle is that the `DB::Pool` is used in multiple places in the code, but that causes the same exception name to be displayed after the error message
<SamantazFox>
(The final problem is that we have pool issues being reported as DB issues, but it isn't actually a DB issue but a problem with a specific part of the code using the `DB::Pool` logic)