Searched refs:throwExceptions (Results 1 – 4 of 4) sorted by relevance
58 protected $throwExceptions = false; variable in Sabre\\HTTP\\Client159 if ($this->throwExceptions && $code >= 400) {313 * @param bool $throwExceptions316 function setThrowExceptions($throwExceptions) { argument318 $this->throwExceptions = $throwExceptions;
57 protected $throwExceptions = false; variable in Sabre\\HTTP\\Client157 if ($this->throwExceptions && $code >= 400) {311 * @param bool $throwExceptions314 function setThrowExceptions($throwExceptions) { argument316 $this->throwExceptions = $throwExceptions;
181 * @param bool $throwExceptions if set to false, this method won't throw exceptions.185 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument195 if ($throwExceptions)213 if ($throwExceptions)
187 * @param bool $throwExceptions if set to false, this method won't throw exceptions.192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument218 if ($throwExceptions) {