Home
last modified time | relevance | path

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

/plugin/aichat/
DAbstractCLI.php14 public function __construct($autocatch = true) argument
16 parent::__construct($autocatch);
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DBase.php90 * @param bool $autocatch should exceptions be catched and handled automatically?
92 public function __construct($autocatch = true) argument
94 if ($autocatch) {
/plugin/dev/_test/
DNullLogger.php14 public function __construct($autocatch = true) argument