Home
last modified time | relevance | path

Searched refs:autocatch (Results 1 – 2 of 2) sorted by relevance

/plugin/aichat/
DAbstractCLI.php14 public function __construct($autocatch = true) argument
16 parent::__construct($autocatch);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
DBase.php44 * @param bool $autocatch should exceptions be catched and handled automatically?
46 public function __construct($autocatch = true) argument
48 if ($autocatch) {