| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | public function __construct($message = "", $code = 0, Exception $previous = null) |
||
|
|
|||
| 10 | { |
||
| 11 | $message = 'Your report has an error and couldn \'t be processed!\ Try to output the command using the function `output();` and run it manually in the console.'; |
||
| 12 | parent::__construct($message, $code, $previous); |
||
| 13 | } |
||
| 14 | } |