| 624 | } |
| 625 | |
| 626 | DtcStart* Dtc::startBuilder(CheckStatusWrapper* status) |
| 627 | { |
| 628 | try |
| 629 | { |
| 630 | status->init(); |
| 631 | |
| 632 | return FB_NEW DtcStart; |
| 633 | } |
| 634 | catch (const Exception& ex) |
| 635 | { |
| 636 | ex.stuffException(status); |
| 637 | } |
| 638 | |
| 639 | return NULL; |
| 640 | } |
| 641 | |
| 642 | } // namespace Why |
no test coverage detected