Searched defs:previous (Results 1 – 6 of 6) sorted by relevance
24 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null)
17 public function __construct($message = "", $context = [], Throwable $previous = null)
28 public function __construct($message = "", $code = 0, \Exception $previous = null)
15 public function __construct(
1402 … function throwError(string $msg = 'parse error', ?int $count = null, ?\Throwable $previous = null)
1151 protected $previous = null; variable in phpQueryObject