/plugin/authgooglesheets/vendor/firebase/php-jwt/src/ |
H A D | JWK.php | 7 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 D | JWT.php | 12 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 D | Instantiator.php | 6 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 D | MSBLOB.php | 90 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 D | XML.php | 51 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 D | PSS.php | 112 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 D | Dn.php | 17 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 D | CloneException.php | 5 use UnexpectedValueException; alias 7 class CloneException extends UnexpectedValueException
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/ |
H A D | UnexpectedValueException.php | 14 class UnexpectedValueException extends \UnexpectedValueException 13 class UnexpectedValueException extends \UnexpectedValueException global() class
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/ |
H A D | CloneException.php | 5 use UnexpectedValueException; alias 7 class CloneException extends UnexpectedValueException
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ |
H A D | UnexpectedValueException.php | 21 class UnexpectedValueException extends \UnexpectedValueException implements ElasticsearchException class
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
H A D | XML.php | 49 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 D | Raw.php | 42 throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key)); 53 throw new \UnexpectedValueException('Key appears to be malformed');
|
H A D | PKCS8.php | 78 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 D | ProcessHandler.php | 94 … 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 D | SamplingHandler.php | 117 …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 D | UnexpectedValueException.php | 7 use UnexpectedValueException as BaseUnexpectedValueException; 13 class UnexpectedValueException extends BaseUnexpectedValueException implements ExceptionInterface class
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/ |
H A D | PKCS8.php | 74 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 D | InvalidCharacterException.php | 15 use UnexpectedValueException; alias 22 extends UnexpectedValueException
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | OpenSSH.php | 74 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 D | PKCS1.php | 74 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 D | PropPatch.php | 5 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 D | PropPatch.php | 5 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 D | Scanner.php | 10 use UnexpectedValueException; alias 52 * @throws UnexpectedValueException
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 612 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 …]
|