| 466 | } |
| 467 | |
| 468 | Bad_alloc::Bad_alloc(const char* a_what) : BaseException() |
| 469 | { |
| 470 | Select = BaseException::Select; |
| 471 | AddMessage("bad allocation\n"); AddMessage(a_what); |
| 472 | if (a_what) Tracer::AddTrace(); |
| 473 | } |
| 474 | |
| 475 | |
| 476 |
nothing calls this directly
no outgoing calls
no test coverage detected