Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Action/Exception/
H A DFatalException.php24 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null)
/dokuwiki/lib/plugins/extension/
H A DException.php17 public function __construct($message = "", $context = [], Throwable $previous = null)
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php28 public function __construct($message = "", $code = 0, \Exception $previous = null)
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParserException.php15 public function __construct(
H A DParser.php1402 … function throwError(string $msg = 'parse error', ?int $count = null, ?\Throwable $previous = null)
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1151 protected $previous = null; variable in phpQueryObject