Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 401 – 425 of 487) sorted by path

1...<<11121314151617181920

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php41 …throw new \InvalidArgumentException(sprintf('The template "%s" contains the variable "%s", but was…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DInvalidArgumentException.php15 class Mustache_Exception_InvalidArgumentException extends InvalidArgumentException implements Musta…
H A DUnknownHelperException.php15 class Mustache_Exception_UnknownHelperException extends InvalidArgumentException implements Mustach…
H A DUnknownTemplateException.php15 class Mustache_Exception_UnknownTemplateException extends InvalidArgumentException implements Musta…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php39 * @throws InvalidArgumentException if the logging level is unknown
142 * @throws InvalidArgumentException if the logging level is unknown
/plugin/jplayer/vendor/symfony/process/Exception/
H A DInvalidArgumentException.php19 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface class
H A DProcessFailedException.php28 …throw new InvalidArgumentException('Expected a failed process, but the given process was successfu…
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
93 * @throws InvalidArgumentException When an input iterator yields a non supported value
110 …throw new InvalidArgumentException(sprintf('"%s" yielded a value of type "%s", but only scalars an…
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
983 * @throws InvalidArgumentException if the timeout is negative
1002 * @throws InvalidArgumentException if the timeout is negative
1486 * @throws InvalidArgumentException if the given timeout is a negative number
1495 …throw new InvalidArgumentException('The timeout value must be a valid positive integer or float nu…
H A DProcessBuilder.php16 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
174 * @throws InvalidArgumentException In case the argument is invalid
192 * @throws InvalidArgumentException
205 …throw new InvalidArgumentException('The timeout value must be a valid positive integer or float nu…
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/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php32 $this->expectException(\InvalidArgumentException::class);
/plugin/mdpage/vendor/composer/
H A DClassLoader.php175 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
226 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
/plugin/oauth/vendor/composer/
H A DClassLoader.php229 * @throws \InvalidArgumentException
252 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
296 * @throws \InvalidArgumentException
307 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php62 * @throws \InvalidArgumentException
76 throw new \InvalidArgumentException('No body expected for "GET" request.');
H A DStreamClient.php25 * @throws \InvalidArgumentException
39 throw new \InvalidArgumentException('No body expected for "GET" request.');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php5 use InvalidArgumentException; alias
75 * @throws \InvalidArgumentException
82 throw new InvalidArgumentException("Invalid URI: $uri");
86 throw new InvalidArgumentException('Invalid URI: http|https scheme required');
/plugin/pureldap/vendor/composer/
H A DClassLoader.php226 * @throws \InvalidArgumentException
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
294 * @throws \InvalidArgumentException
305 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php16 use FreeDSx\Asn1\Exception\InvalidArgumentException;
154 throw new InvalidArgumentException('The data to decode cannot be empty.');
14 use FreeDSx\Asn1\Exception\InvalidArgumentException; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Exception/
H A DInvalidArgumentException.php13 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php15 use FreeDSx\Asn1\Exception\InvalidArgumentException;
130 throw new InvalidArgumentException(sprintf(
156 throw new InvalidArgumentException(sprintf(
13 use FreeDSx\Asn1\Exception\InvalidArgumentException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php16 use FreeDSx\Ldap\Exception\InvalidArgumentException;
147 } catch (UnexpectedValueException | InvalidArgumentException $e) {
13 use FreeDSx\Ldap\Exception\InvalidArgumentException; global() alias
H A DEntries.php13 use FreeDSx\Ldap\Exception\InvalidArgumentException; global() alias
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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DInvalidArgumentException.php14 class InvalidArgumentException extends \InvalidArgumentException
13 class InvalidArgumentException extends \InvalidArgumentException global() class

1...<<11121314151617181920