| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 19 | public function __construct(string $message, string $pageFile = null, int $pageLine = null, int $pageCol = null, \Throwable $previous = null) | ||
| 20 |     { | ||
| 21 | $this->pageFile = $pageFile; | ||
| 22 | $this->pageLine = $pageLine; | ||
| 23 | $this->pageCol = $pageCol; | ||
| 24 | |||
| 25 | parent::__construct($message, 0, $previous); | ||
| 26 | } | ||
| 43 |