Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 25 of 594) sorted by path

12345678910>>...24

/plugin/404manager/
H A Dadmin.php563 throw new RuntimeException("An exception has occurred with the query");
607 throw new RuntimeException("An error occurred");
776 throw new RuntimeException('Errors during delete of all redirections');
809 throw new RuntimeException('Errors during select of all redirections');
831 throw new RuntimeException($this->getPluginName() . ' - ' . $message);
/plugin/acknowledge/
H A Dhelper.php37 if (defined('DOKU_UNITTEST')) throw new \RuntimeException('Could not load SQLite', 0, $exception);
/plugin/aichat/
H A Dhelper.php
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php28 throw new \RuntimeException('Unable to load characters.json');
34 throw new \RuntimeException('Unable to load encoder.json');
40 throw new \RuntimeException('Unable to load vocab.bpe');
45 throw new \RuntimeException('Unable to split vocab.bpe');
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php34 use RuntimeException; alias
368 * @throws RuntimeException If certs could not be retrieved from a remote location.
391 throw new RuntimeException(sprintf(
404 … throw new RuntimeException('Please require phpseclib/phpseclib v2 to use this utility.');
418 … throw new RuntimeException('Please require kelvinmo/simplejwt ^0.2 to use this utility.');
H A DCredentialsLoader.php23 use RuntimeException; alias
H A DFetchAuthTokenCache.php106 throw new \RuntimeException(
129 throw new \RuntimeException(
172 throw new \RuntimeException(
197 throw new \RuntimeException(
H A DServiceAccountSignerTrait.php51 throw new \RuntimeException('OpenSSL is not installed.');
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php79 throw new \RuntimeException(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php172 throw new \RuntimeException('Invalid cookie: ' . $result);
H A DFileCookieJar.php61 throw new \RuntimeException("Unable to save file {$filename}");
77 throw new \RuntimeException("Unable to load file {$filename}");
88 throw new \RuntimeException("Invalid cookie file: {$filename}");
H A DSessionCookieJar.php69 throw new \RuntimeException("Invalid cookie data");
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php9 class SeekException extends \RuntimeException implements GuzzleException
H A DTransferException.php4 class TransferException extends \RuntimeException implements GuzzleException
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php385 throw new \RuntimeException(sprintf(
519 } catch (\RuntimeException $e) {
H A DEasyHandle.php48 throw new \RuntimeException('No headers have been received');
H A DStreamHandler.php253 throw new \RuntimeException(trim($message));
445 throw new \RuntimeException("SSL CA bundle not found: $value");
468 throw new \RuntimeException("SSL certificate not found: {$value}");
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php90 throw new \RuntimeException('ext-intl or symfony/polyfill-intl-idn not loaded or too old');
H A Dfunctions.php119 throw new \RuntimeException('GuzzleHttp requires cURL, the '
199 throw new \RuntimeException(
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectionException.php10 class RejectionException extends \RuntimeException
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php156 throw new \RuntimeException('This AppendStream is not seekable');
158 throw new \RuntimeException('The AppendStream can only seek with SEEK_SET');
168 throw new \RuntimeException('Unable to seek stream '
239 throw new \RuntimeException('Cannot write to an AppendStream');
H A DBufferStream.php86 throw new \RuntimeException('Cannot seek a BufferStream');
96 throw new \RuntimeException('Cannot determine the position of a BufferStream');
H A DLimitStream.php76 throw new \RuntimeException(sprintf(
119 throw new \RuntimeException("Could not seek to stream offset $offset");
H A DNoSeekStream.php18 throw new \RuntimeException('Cannot seek a NoSeekStream');
H A DPumpStream.php103 throw new \RuntimeException('Cannot seek a PumpStream');
113 throw new \RuntimeException('Cannot write to a PumpStream');

12345678910>>...24