Searched refs:autocatch (Results 1 – 3 of 3) sorted by relevance
14 public function __construct($autocatch = true) argument16 parent::__construct($autocatch);
90 * @param bool $autocatch should exceptions be catched and handled automatically?92 public function __construct($autocatch = true) argument94 if ($autocatch) {
14 public function __construct($autocatch = true) argument