Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/Action/Exception/
H A DFatalException.php23 __construct($message = 'A fatal error occured', $status = 500, $previous = null) global() argument
/dokuwiki/inc/
H A Ddeprecated.php21 __construct($message = '', $code = 0, Throwable $previous = null) global() argument
36 __construct($message = '', $code = 0, Throwable $previous = null) global() argument
286 __construct($message = '', $code = 0, $previous = null) global() argument
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php28 public function __construct($message = "", $code = 0, \Exception $previous = null) argument