Home
last modified time | relevance | path

Searched refs:UnexpectedValueException (Results 1 – 25 of 72) sorted by relevance

123

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
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"');
H A DJWT.php12 use UnexpectedValueException; alias
82 * @throws UnexpectedValueException Provided JWT was invalid
103 throw new UnexpectedValueException('Wrong number of segments');
108 throw new UnexpectedValueException('Invalid header encoding');
112 throw new UnexpectedValueException('Invalid claims encoding');
119 throw new UnexpectedValueException('Payload must be a JSON object');
123 throw new UnexpectedValueException('Empty algorithm');
126 throw new UnexpectedValueException('Algorithm not supported');
134 throw new UnexpectedValueException('Incorrect key for this algorithm');
416 * @throws UnexpectedValueException
[all …]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php6 use Doctrine\Instantiator\Exception\UnexpectedValueException; alias
84 * @throws UnexpectedValueException
131 * @throws UnexpectedValueException
136 $error = UnexpectedValueException::fromUncleanUnSerialization(
157 * @throws UnexpectedValueException
164 … throw UnexpectedValueException::fromSerializationTriggeredException($reflectionClass, $exception);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php90 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
96 throw new \UnexpectedValueException('Base64 decoding produced an error');
99 throw new \UnexpectedValueException('Key appears to be malformed');
120 throw new \UnexpectedValueException('Key appears to be malformed');
131 throw new \UnexpectedValueException('Key appears to be malformed');
150 throw new \UnexpectedValueException('Key appears to be malformed');
155 throw new \UnexpectedValueException('Key appears to be malformed');
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');
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');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php17 use FreeDSx\Ldap\Exception\UnexpectedValueException;
53 * @throws UnexpectedValueException
61 throw new UnexpectedValueException('The DN has no RDN.');
69 * @throws UnexpectedValueException
86 * @throws UnexpectedValueException
104 * @throws UnexpectedValueException
125 * @throws UnexpectedValueException
147 } catch (UnexpectedValueException | InvalidArgumentException $e) {
155 * @throws UnexpectedValueException
168 throw new UnexpectedValueException(sprint
14 use FreeDSx\Ldap\Exception\UnexpectedValueException; global() alias
[all...]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Exception/
H A DCloneException.php5 use UnexpectedValueException; alias
7 class CloneException extends UnexpectedValueException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUnexpectedValueException.php14 class UnexpectedValueException extends \UnexpectedValueException
13 class UnexpectedValueException extends \UnexpectedValueException global() class
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/
H A DCloneException.php5 use UnexpectedValueException; alias
7 class CloneException extends UnexpectedValueException
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DUnexpectedValueException.php21 class UnexpectedValueException extends \UnexpectedValueException implements ElasticsearchException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php49 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
64 throw new \UnexpectedValueException('Key does not appear to contain XML');
105 throw new \UnexpectedValueException('Key is missing y component');
H A DRaw.php42 throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key));
53 throw new \UnexpectedValueException('Key appears to be malformed');
H A DPKCS8.php78 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
89 …throw new \UnexpectedValueException('Human readable string claims non-public key but DER encoded s…
91 …throw new \UnexpectedValueException('Human readable string claims public key but DER encoded strin…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php94 … throw new \UnexpectedValueException(sprintf('Errors while writing to process: %s', $errors));
132 throw new \UnexpectedValueException('Something went wrong while selecting a stream.');
138 throw new \UnexpectedValueException(
H A DSamplingHandler.php117 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
130 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php7 use UnexpectedValueException as BaseUnexpectedValueException;
13 class UnexpectedValueException extends BaseUnexpectedValueException implements ExceptionInterface class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php74 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
85 …throw new \UnexpectedValueException('Human readable string claims non-public key but DER encoded s…
87 …throw new \UnexpectedValueException('Human readable string claims public key but DER encoded strin…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php15 use UnexpectedValueException; alias
22 extends UnexpectedValueException
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php74 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
149 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
158 throw new \UnexpectedValueException('Key appears to be malformed');
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…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php5 use UnexpectedValueException; alias
294 … throw new UnexpectedValueException('A callback sent to handle() did not return an int or a bool');
346 …throw new UnexpectedValueException('A callback sent to handle() did not return an array or a bool'…
/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/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php10 use UnexpectedValueException; alias
52 * @throws UnexpectedValueException
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php612 throw new \UnexpectedValueException('Expected NET_SFTP_VERSION. '
682 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
688 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS_OK. '
1750 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
1934 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
1996 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
2036 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
2300 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
2330 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
2551 throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. '
[all …]

123