Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 26 – 50 of 487) sorted by relevance

12345678910>>...20

/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorFactory.php27 use InvalidArgumentException; alias
41 …* @throws InvalidArgumentException If the pseudo random string generator must be set to "random_by…
68 …throw new InvalidArgumentException('The pseudo random string generator must be set to "random_byte…
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DFieldFactory.php5 use InvalidArgumentException; alias
24 * @throws InvalidArgumentException if a position is not valid
49 throw new InvalidArgumentException(
/plugin/authfacebook/lib/HttpClients/
H A DHttpClientsFactory.php27 use InvalidArgumentException; alias
43 …* @throws InvalidArgumentException If the http client handler isn't "curl", "stream", "guzzle", or…
79 …throw new InvalidArgumentException('The http client handler must be set to "curl", "stream", "guzz…
/plugin/combo/vendor/symfony/process/
H A DProcessUtils.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
40 * @throws InvalidArgumentException In case the input is not valid
64 throw new InvalidArgumentException(sprintf('"%s" only accepts strings, Traversable objects or stream resources.', $caller));
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php5 use Doctrine\Instantiator\Exception\InvalidArgumentException; alias
83 * @throws InvalidArgumentException
112 * @throws InvalidArgumentException
118 throw InvalidArgumentException::fromNonExistingClass($className);
124 throw InvalidArgumentException::fromAbstractClass($reflection);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DKey.php8 use InvalidArgumentException; alias
35 throw new InvalidArgumentException('Key material must not be empty');
39 throw new InvalidArgumentException('Algorithm must not be empty');
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php45 * @throws InvalidArgumentException Thrown if $value is not an array or object
55 throw new InvalidArgumentException(
67 * @throws InvalidArgumentException Thrown if $value is not an array or object
77 throw new InvalidArgumentException(
H A DInvalidArgumentException.php15 final class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php14 use FreeDSx\Ldap\Exception\InvalidArgumentException;
117 * @throws InvalidArgumentException
123 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $rdn));
131 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $piece));
142 throw new InvalidArgumentException(sprintf("The RDN '%s' is not valid.", $rdn));
13 use FreeDSx\Ldap\Exception\InvalidArgumentException; global() alias
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php172 throw new \InvalidArgumentException('Header value can not be an empty array.');
196 throw new \InvalidArgumentException(sprintf(
219 throw new \InvalidArgumentException(sprintf(
226 throw new \InvalidArgumentException('Header name can not be empty.');
230 throw new \InvalidArgumentException(
267 throw new \InvalidArgumentException(sprintf('"%s" is not valid header value', $value));
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php26 use InvalidArgumentException; alias
121 throw new \InvalidArgumentException('file does not exist');
129 throw new \InvalidArgumentException(
134 throw new \InvalidArgumentException(
142 throw new InvalidArgumentException(
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php30 use InvalidArgumentException; alias
325 * @throws InvalidArgumentException If received certs are in an invalid format.
341 throw new InvalidArgumentException(
345 throw new InvalidArgumentException(
367 * @throws InvalidArgumentException If certs could not be retrieved from a local file.
375 throw new InvalidArgumentException(sprintf(
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php5 use InvalidArgumentException; alias
234 …throw new InvalidArgumentException('The writer does not know how to serialize arrays with keys of …
241 …throw new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($v…
245 …throw new InvalidArgumentException('The writer cannot serialize values of type: ' . gettype($value…
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php5 use InvalidArgumentException; alias
234 …throw new InvalidArgumentException('The writer does not know how to serialize arrays with keys of …
241 …throw new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($v…
245 …throw new InvalidArgumentException('The writer cannot serialize values of type: ' . gettype($value…
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
89 * @throws InvalidArgumentException In case the input is not valid
113 …throw new InvalidArgumentException(sprintf('"%s" only accepts strings, Traversable objects or stre…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php17 use Prophecy\Exception\InvalidArgumentException; alias
45 throw new InvalidArgumentException(sprintf(
51 throw new InvalidArgumentException(sprintf(
/plugin/statdisplay/pchart/
H A DColor.php37 throw new InvalidArgumentException("Invalid Red component");
41 throw new InvalidArgumentException("Invalid Green component");
45 throw new InvalidArgumentException("Invalid Blue component");
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/
H A DInvalidArgumentException.php14 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DInvalidArgumentException.php13 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Exception/
H A DInvalidArgumentException.php13 class InvalidArgumentException extends \InvalidArgumentException class

12345678910>>...20