Home
last modified time | relevance | path

Searched refs:UnexpectedValueException (Results 1 – 25 of 72) sorted by last modified time

123

/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/
H A DCloneException.php5 use UnexpectedValueException; alias
7 class CloneException extends UnexpectedValueException
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php15 use UnexpectedValueException; alias
22 extends UnexpectedValueException
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php10 use UnexpectedValueException; alias
52 * @throws UnexpectedValueException
/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/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php10 use UnexpectedValueException; alias
127 $this->expectException(UnexpectedValueException::class);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php31 throw new \UnexpectedValueException("$name not found on class");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DUnexpectedValueException.php21 class UnexpectedValueException extends \UnexpectedValueException implements ElasticsearchException class
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php5 use UnexpectedValueException; alias
287 … throw new UnexpectedValueException('A callback sent to handle() did not return an int or a bool');
339 …throw new UnexpectedValueException('A callback sent to handle() did not return an array or a bool'…
/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 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/
H A DChaCha20.php191 throw new \UnexpectedValueException('The nonce should be a string');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php74 throw new \UnexpectedValueException('Unsupported block cipher mode of operation');
132 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
168 …throw new \UnexpectedValueException('Expected base64-encoded PEM format but was unable to decode b…
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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
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…
H A DPKCS1.php65 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
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 DXML.php71 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
97 throw new \UnexpectedValueException('Key does not appear to contain XML');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php79 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPSS.php112 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
126 throw new \UnexpectedValueException('Unable to decode parameters');
136 throw new \UnexpectedValueException('Unable to decode parameters');
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');
H A DXML.php51 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
73 throw new \UnexpectedValueException('Key does not appear to contain XML');
126 throw new \UnexpectedValueException('Modulus / exponent not present');
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php24 use UnexpectedValueException; alias
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DBeforeValidException.php5 class BeforeValidException extends \UnexpectedValueException
H A DJWK.php7 use UnexpectedValueException; alias
31 * @throws UnexpectedValueException Provided JWK Set was invalid
41 throw new UnexpectedValueException('"keys" member must exist in the JWK Set');
56 throw new UnexpectedValueException('No supported algorithms found in JWK Set');
70 * @throws UnexpectedValueException Provided JWK was invalid
82 throw new UnexpectedValueException('JWK must contain a "kty" parameter');
89 throw new UnexpectedValueException('JWK must contain an "alg" parameter');
95 throw new UnexpectedValueException('RSA private keys are not supported');
98 … throw new UnexpectedValueException('RSA keys must contain values for both "n" and "e"');

123