Lines Matching refs:Exception
35 * @throws Exception
68 …if (!$service->checkToken()) throw new \OAuth\Common\Exception\Exception("Invalid Token - Login fa…
96 * @throws Exception
156 } catch (\OAuth\Common\Exception\Exception $e) {
180 * @throws Exception
189 throw new Exception('noEmail', [$servicename]);
199 throw new Exception('rejectedEMail', [implode(', ', $hlp->getValidDomains())]);
229 * @throws Exception
245 throw new Exception('authnotenabled', [$servicename]);
267 throw new Exception('generic create error');
270 throw new Exception('addUser not possible');
304 * @throws Exception
312 if ($srv === null) throw new Exception("No such service $servicename");