Home
last modified time | relevance | path

Searched refs:UnexpectedValueException (Results 26 – 50 of 72) sorted by relevance

123

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php146 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
153 … throw new \UnexpectedValueException('Key doesn\'t start with ---- BEGIN SSH2 PUBLIC KEY ----');
155 … throw new \UnexpectedValueException('Key doesn\'t end with ---- END SSH2 PUBLIC KEY ----');
182 throw new \UnexpectedValueException('Unable to decode public key');
279 throw new \UnexpectedValueException('MAC validation error');
H A DPKCS8.php468 …throw new \UnexpectedValueException('The first byte of the public key should be null - not ' . bin…
483 …throw new \UnexpectedValueException('The first byte of the public key should be null - not ' . bin…
658 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
666 …throw new \UnexpectedValueException('Expected base64-encoded PEM format but was unable to decode b…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php21 use Elasticsearch\Common\Exceptions\UnexpectedValueException; alias
223 * @throws UnexpectedValueException
240 throw new UnexpectedValueException(
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php50 throw new \UnexpectedValueException('URL "'.$url.'" is not valid');
54 throw new \UnexpectedValueException(
H A DOverflowHandler.php135 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
147 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
H A DBufferHandler.php153 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
165 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
H A DFilterHandler.php188 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
201 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
H A DSocketHandler.php376 …throw new \UnexpectedValueException("Failed connecting to $this->connectionString ($this->errno: $…
384 throw new \UnexpectedValueException("Failed setting timeout with stream_set_timeout()");
391 … throw new \UnexpectedValueException("Failed setting chunk size with stream_set_chunk_size()");
H A DStreamHandler.php146 …throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append…
216 …throw new \UnexpectedValueException(sprintf('There is no existing directory at "%s" and it could n…
H A DFingersCrossedHandler.php237 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
250 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPuTTY.php73 throw new \UnexpectedValueException('Key appears to be malformed');
79 throw new \UnexpectedValueException('Key appears to be malformed');
H A DRaw.php50 throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key));
72 throw new \UnexpectedValueException('Modulus / exponent not present');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS8.php85 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
96 …throw new \UnexpectedValueException('Human readable string claims non-public key but DER encoded s…
98 …throw new \UnexpectedValueException('Human readable string claims public key but DER encoded strin…
H A DCommon.php304 …throw new \UnexpectedValueException('extractPoint expects the first byte to be null - not ' . Hex:…
322 …throw new \UnexpectedValueException('The first byte of an uncompressed point should be 04 - not ' …
336 …throw new \UnexpectedValueException('The string representation of the points is not of an appropri…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php124 …throw new \UnexpectedValueException('Argument 1 passed to Prime::setBasePoint() must be an instanc…
126 …throw new \UnexpectedValueException('Argument 2 passed to Prime::setBasePoint() must be an instanc…
H A DMontgomery.php135 …throw new \UnexpectedValueException('Argument 1 passed to Prime::setBasePoint() must be an instanc…
137 …throw new \UnexpectedValueException('Argument 2 passed to Prime::setBasePoint() must be an instanc…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DBeforeValidException.php5 class BeforeValidException extends \UnexpectedValueException
H A DSignatureInvalidException.php5 class SignatureInvalidException extends \UnexpectedValueException
H A DExpiredException.php5 class ExpiredException extends \UnexpectedValueException
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/
H A Dbootstrap.php17 throw new UnexpectedValueException(
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownFilterException.php15 class Mustache_Exception_UnknownFilterException extends UnexpectedValueException implements Mustach…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php10 use UnexpectedValueException; alias
127 $this->expectException(UnexpectedValueException::class);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php63 throw new UnexpectedValueException("Empty or No Response from the server");
68 throw new UnexpectedValueException("JSON response could not be decoded");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php66 throw new \UnexpectedValueException(openssl_error_string());
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php53 …throw new \UnexpectedValueException('$serverData must be an array or object implementing ArrayAcce…

123