(exception, msg='std')
| 26 | |
| 27 | # Used in test_swallows_falsey_exceptions |
| 28 | def raiser(exception, msg='std'): |
| 29 | raise exception(msg) |
| 30 | |
| 31 | |
| 32 | class FalseyBoolException(Exception): |
nothing calls this directly
no test coverage detected
searching dependent graphs…