Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 376 – 400 of 594) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DAuthenticationConfigException.php20 class AuthenticationConfigException extends \RuntimeException implements ElasticsearchException
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/Exception/
H A DSyntaxError.php7 final class SyntaxError extends \RuntimeException implements Exception
/plugin/vimeo/
H A Dsyntax.php117 … throw new RuntimeException('Vimeo access token not configured! Please see documentation.');
151 * @throws RuntimeException If the server returns an error
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php18 use FreeDSx\Ldap\Exception\RuntimeException;
166 * @throws RuntimeException
175 throw new RuntimeException('You must specify a filter or offset and count for a VLV request.');
16 use FreeDSx\Ldap\Exception\RuntimeException; global() alias
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php97 throw new \RuntimeException('s0.edges cannot be null for a precedence DFA.');
127 throw new \RuntimeException('Unexpected null edges.');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php73 throw new \RuntimeException('Only supported versions are 2 and 3');
111 … throw new \RuntimeException('sodium_crypto_pwhash needs to exist for Argon2 password hasing');
198 throw new \RuntimeException('Only v2 and v3 PuTTY private keys are supported');
218 … throw new \RuntimeException('The binary type does not match the human readable type field');
H A DPKCS8.php372 throw new \RuntimeException('Unable to decode BER 2');
435 throw new \RuntimeException('Unable to decode BER 3');
502 …throw new \RuntimeException('Unable to parse using either OneAsymmetricKey or PublicKeyInfo ASN1 m…
672 throw new \RuntimeException('Unable to decode BER');
690 throw new \RuntimeException('Unable to parse using EncryptedPrivateKeyInfo map');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DRequestEntityTooLargeException.php7 class RequestEntityTooLargeException extends \RuntimeException implements ExceptionInterface
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbootstrap.php9 …throw new RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"…
/plugin/combo/ComboStrap/
H A DLogException.php11 * Class RuntimeException
20 class LogException extends \RuntimeException {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php93 throw new \RuntimeException('Unexpected transition type.');
165 throw new \RuntimeException('Unexpected transition type.');
225 throw new \RuntimeException('Unexpected null parents.');
451 throw new \RuntimeException('Unexpected null parents.');
625 throw new \RuntimeException('Unexpected context type.');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DNoSeekStream.php18 throw new \RuntimeException('Cannot seek a NoSeekStream');
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DMagicFutureTrait.php21 * @throws \RuntimeException
27 throw new \RuntimeException("Class has no {$name} property");
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php214 … throw new \RuntimeException(sprintf('Unable to create tempfile in directory: %s', $this->dir));
222 throw new \RuntimeException(sprintf('Unable to write cached file to: %s', $tempfile));
229 throw new \RuntimeException(sprintf('Unable to rename %s to %s', $tempfile, $path));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php7 use JMS\Serializer\Exception\RuntimeException; alias
234 … throw new RuntimeException(sprintf('Invalid datetime "%s", expected format %s.', $data, $format));
250 …throw new RuntimeException(sprintf('Invalid dateinterval "%s", expected ISO 8601 format', $data), …
/plugin/prosemirror/
H A DProsemirrorException.php12 class ProsemirrorException extends \RuntimeException {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFilterHandler.php76 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
169 … throw new \RuntimeException("The factory callable should return a HandlerInterface");
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassMirrorException.php16 class ClassMirrorException extends \RuntimeException implements DoublerException
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareNumericValue.php5 class ValueIsNotNumericException extends \RuntimeException
H A DDataHelper.php5 class EmptyValueNotAllowedException extends \RuntimeException
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DIgnoreAnnotation.php49 …throw new \RuntimeException(sprintf('@IgnoreAnnotation expects either a string name, or an array o…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/
H A DReadBytes.php38 throw new \RuntimeException("Expected $length bytes; got " . strlen($temp));
/plugin/extendpage/meta/
H A DExtendPageException.php10 class ExtendPageException extends \RuntimeException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DObjectProphecyException.php16 class ObjectProphecyException extends \RuntimeException implements ProphecyException
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DValidationFailedException.php9 class ValidationFailedException extends RuntimeException

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