| 75 | return full_message.c_str(); |
| 76 | } |
| 77 | virtual std::string py_message() const override { |
| 78 | // Keep Python exception output consistent with what(). |
| 79 | return full_message; |
| 80 | } |
| 81 | }; |
| 82 | |
| 83 | /// Exception when a required chunk is missing |
nothing calls this directly
no outgoing calls
no test coverage detected