Home
last modified time | relevance | path

Searched refs:UnexpectedValueException (Results 26 – 50 of 72) sorted by last modified time

123

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
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 …]
H A DSignatureInvalidException.php5 class SignatureInvalidException extends \UnexpectedValueException
H A DExpiredException.php5 class ExpiredException extends \UnexpectedValueException
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php792 * @throws UnexpectedValueException If the token is not a valid JWT.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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 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 DAbstractSyslogHandler.php93 throw new \UnexpectedValueException('Unknown facility value "'.$facility.'" given');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php53 …throw new \UnexpectedValueException('$serverData must be an array or object implementing ArrayAcce…
/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 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');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
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…
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 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');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php124 …throw new \UnexpectedValueException('Argument 1 passed to Binary::setBasePoint() must be a string …
126 …throw new \UnexpectedValueException('Argument 2 passed to Binary::setBasePoint() must be a string …
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…
H A DPrime.php156 …throw new \UnexpectedValueException('Argument 1 passed to Prime::setBasePoint() must be an instanc…
158 …throw new \UnexpectedValueException('Argument 2 passed to Prime::setBasePoint() must be an instanc…
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…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php107 …throw new \UnexpectedValueException('The instances of the two BinaryField\Integer objects do not m…
/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 …]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php146 throw new \UnexpectedValueException(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/
H A Dbootstrap.php17 throw new UnexpectedValueException(
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php39 use UnexpectedValueException; alias
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamDecoratorTrait.php37 throw new \UnexpectedValueException("$name not found on 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/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');

123