Home
last modified time | relevance | path

Searched refs:autocatch (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php90 * @param bool $autocatch should exceptions be catched and handled automatically?
92 public function __construct($autocatch = true)
94 if ($autocatch) {
46 __construct($autocatch = true) global() argument