Lines Matching refs:Exception
17 * @throws \OAuth\Common\Exception\Exception
35 * @throws Exception
36 * @throws \OAuth\Common\Exception\Exception
47 * @throws \OAuth\Common\Exception\Exception
68 if (!$service->checkToken()) throw new \OAuth\Common\Exception\Exception("Invalid Token - Login failed");
96 * @throws Exception
117 * @throws \OAuth\Common\Exception\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");