Home
last modified time | relevance | path

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

1...<<11121314151617181920

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php51 throw new \InvalidArgumentException(\sprintf('File not found at %s.', $path));
H A DRecognizer.php119 throw new \InvalidArgumentException('there is no serialized ATN');
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php110 …throw new \InvalidArgumentException('Unsupported encoding. (Supported encodings: '.implode(', ', s…
135 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php110 …throw new \InvalidArgumentException('Unsupported encoding. (Supported encodings: ' . implode(', ',…
138 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/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…
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php32 $this->expectException(\InvalidArgumentException::class);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php145 throw new \InvalidArgumentException('XML does not support multi-prime RSA keys');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php66 throw new \InvalidArgumentException('Invalid whence');
H A DAppendStream.php54 throw new \InvalidArgumentException('Each stream must be readable');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php169 …throw new \InvalidArgumentException(sprintf('The asset with source path "%s" has no variable named…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php47 * @throws \InvalidArgumentException if the stream is not readable
52 throw new \InvalidArgumentException('Each stream must be readable');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php9 use InvalidArgumentException; alias
404 throw new InvalidArgumentException($command->getName() . ' is not a valid command.');
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php325 throw new \InvalidArgumentException(
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php242 …throw new \InvalidArgumentException('Every user must have one of cs:invite-accepted, cs:invite-dec…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php124 throw new \InvalidArgumentException(sprintf('There is no "%s" formula.', $name));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php225 throw new \InvalidArgumentException(
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php99 …throw new \InvalidArgumentException('The record should at least contain datetime, message and leve…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
79 throw new InvalidArgumentException(sprintf(
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php8 use InvalidArgumentException; alias
47 } catch (InvalidArgumentException $e) {
86 * @expectedException InvalidArgumentException
96 * @expectedException InvalidArgumentException
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php118 throw new \InvalidArgumentException('A baseUri must be provided');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php78 throw new \InvalidArgumentException($exceptionMessage);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md7 exception is thrown. Previously it was a `Elasticsearch\Common\Exceptions\RuntimeException\InvalidArgumentException`.
/plugin/gdpr/action/
H A Ddelusers.php256 throw new InvalidArgumentException('Unknown cache key provided: ' . $key);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php78 throw new \InvalidArgumentException('A stream must either be a resource or a string.');
/plugin/statistics/inc/pchart/
H A DpData.php52 throw new InvalidArgumentException("Can't pass an array to addPoint()");

1...<<11121314151617181920