| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 7 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 62 | public function uncaughtException($exception)  | 
            ||
| 63 |     { | 
            ||
| 64 | $this->application->debug()->addIgnorePath(__FILE__);  | 
            ||
| 65 | $this->application->debug()->uncaughtException($exception);  | 
            ||
| 66 |         if ($this->response->isSend() === false) { | 
            ||
| 67 | $this->response->sendContent($exception);  | 
            ||
| 68 | $this->response->end();  | 
            ||
| 69 | }  | 
            ||
| 72 |