Lines Matching refs:Exception
51 throw new \Exception('Invalid JWT signature');
57 } catch (\Exception $e) {
58 throw new \Exception('Invalid JWT', $e->getCode(), $e);
62 throw new \Exception('Invalid JWT');
66 throw new \Exception('Unsupported JWT algorithm');
69 throw new \Exception('Unsupported JWT type');
72 throw new \Exception('Unsupported JWT issuer');
75 throw new \Exception('JWT expired');
81 throw new \Exception('JWT not found, maybe it expired?');
85 throw new \Exception('JWT invalid, maybe it expired?');
106 } catch (\Exception $ignored) {