Lines Matching refs:UnexpectedValueException
12 use UnexpectedValueException; alias
82 * @throws UnexpectedValueException Provided JWT was invalid
103 throw new UnexpectedValueException('Wrong number of segments');
108 throw new UnexpectedValueException('Invalid header encoding');
112 throw new UnexpectedValueException('Invalid claims encoding');
119 throw new UnexpectedValueException('Payload must be a JSON object');
123 throw new UnexpectedValueException('Empty algorithm');
126 throw new UnexpectedValueException('Algorithm not supported');
134 throw new UnexpectedValueException('Incorrect key for this algorithm');
416 * @throws UnexpectedValueException
437 throw new UnexpectedValueException('"kid" empty, unable to lookup correct key');
440 throw new UnexpectedValueException('"kid" invalid, unable to lookup correct key');