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