Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 451 – 475 of 594) sorted by relevance

1...<<11121314151617181920>>...24

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php56 … throw new \RuntimeException(sprintf('Curl error (code %d): %s', $curlErrno, $curlError));
/plugin/prosemirror/
H A Dhelper.php27 throw new RuntimeException($errorMsg);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php10 use RuntimeException; alias
152 $this->expectException(RuntimeException::class);
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php21 class ProcessTimedOutException extends RuntimeException
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php103 } catch (\RuntimeException $e) {
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php21 class ProcessTimedOutException extends RuntimeException
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php69 throw new \RuntimeException("Invalid cookie data");
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php392 * @throws \RuntimeException If the current parser does not implement the
431 throw new \RuntimeException('The stream must be a token stream.');
445 throw new \RuntimeException('The current token stream is null.');
473 throw new \RuntimeException('The current token is null.');
696 throw new \RuntimeException('Unexpected context type.');
736 throw new \RuntimeException('The current context is null.');
H A DCommonTokenFactory.php79 throw new \RuntimeException('Unexpected stream type.');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php21 class FilterException extends \RuntimeException implements Exception
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparisonFailure.php18 class ComparisonFailure extends \RuntimeException
/plugin/webdav/core/DAV/
H A DAbstractDirectory.php27 throw new \RuntimeException('Specify ROOT and DIRECTORY constant');
/plugin/commonmark/vendor/league/commonmark/src/
H A DUnmatchedBlockCloser.php
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php188 throw new \RuntimeException(
212 throw new \RuntimeException(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php22 use FreeDSx\Ldap\Exception\RuntimeException;
143 * @throws RuntimeException
148 throw new RuntimeException('You must provide a contains, starts with, or ends with value to the substring filter.');
20 use FreeDSx\Ldap\Exception\RuntimeException; global() alias
/plugin/twofactor/
H A DManager.php135 throw new \RuntimeException('2fa user specifics used before user available');
148 throw new \RuntimeException('2fa user already set, cannot be changed');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDartFilter.php56 throw new \RuntimeException('Error creating output file.');
H A DRooleFilter.php68 throw new \RuntimeException('Error creating output file.');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php136 * @throws RuntimeException
308 * @throws RuntimeException
317 throw new RuntimeException;
1019 * @throws RuntimeException
1026 throw new RuntimeException('No code coverage driver available');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php7 class ItemsExceedCountValueException extends \RuntimeException
/plugin/prosemirror/schema/
H A DNodeStack.php80 * @param string $type The type of node that is expected. A RuntimeException is thrown if the current nod does not
91 throw new \RuntimeException("Expected the current node to be of type $type found " . $node->getType() . " instead.");
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php47 throw new \RuntimeException('Unexpected stream type.');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php85 …throw new \RuntimeException('Failed to preg_split formatted string: ' . $pcreErrorCode . ' / '. Ut…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php48 throw new \RuntimeException('No headers have been received');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php41 throw new Exceptions\RuntimeException("Failed to JSON encode: ".json_last_error_msg());

1...<<11121314151617181920>>...24