Lines Matching refs:DomainException
6 use DomainException; alias
81 * @throws DomainException Provided JWT is malformed
219 * @throws DomainException Unsupported algorithm or bad key was specified
227 throw new DomainException('Algorithm not supported');
240 throw new DomainException("OpenSSL unable to sign data");
250 throw new DomainException('libsodium is not available');
261 throw new DomainException($e->getMessage(), 0, $e);
265 throw new DomainException('Algorithm not supported');
279 * @throws DomainException Invalid Algorithm, bad key, or OpenSSL failure
288 throw new DomainException('Algorithm not supported');
301 throw new DomainException(
306 throw new DomainException('libsodium is not available');
317 throw new DomainException($e->getMessage(), 0, $e);
336 * @throws DomainException Provided string was invalid JSON
345 throw new DomainException('Null result with non-null input');
357 * @throws DomainException Provided object could not be encoded to valid JSON
370 throw new DomainException('Null result with non-null input');
373 throw new DomainException('Provided object could not be encoded to valid JSON');
472 * @throws DomainException
485 throw new DomainException(