()
| 210 | raise m.MyException("nested error") |
| 211 | |
| 212 | def throw_myex5(): |
| 213 | raise m.MyException5("nested error 5") |
| 214 | |
| 215 | # In the comments below, the exception is caught in the first step, thrown in the last step |
| 216 |
nothing calls this directly
no test coverage detected