Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 326 – 350 of 487) sorted by path

1...<<11121314151617181920

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DObject_.php39 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md86 * Fix missing sprintf in InvalidArgumentException __construct call (thanks @emmanuelballery)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php14 use Prophecy\Exception\InvalidArgumentException; alias
132 throw new InvalidArgumentException(sprintf(
H A DCallbackToken.php14 use Prophecy\Exception\InvalidArgumentException; alias
35 throw new InvalidArgumentException(sprintf(
H A DTypeToken.php14 use Prophecy\Exception\InvalidArgumentException; alias
32 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php18 use Prophecy\Exception\InvalidArgumentException; alias
97 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php14 use Prophecy\Exception\InvalidArgumentException; alias
54 throw new InvalidArgumentException(sprintf(
66 throw new InvalidArgumentException(sprintf(
73 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php15 use Prophecy\Exception\InvalidArgumentException; alias
87 throw new InvalidArgumentException(sprintf(
H A DMethodNode.php15 use Prophecy\Exception\InvalidArgumentException; alias
66 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/
H A DInvalidArgumentException.php14 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassTagRetriever.php48 } catch (\InvalidArgumentException $e) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallbackPrediction.php17 use Prophecy\Exception\InvalidArgumentException; alias
39 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php16 use Prophecy\Exception\InvalidArgumentException; alias
38 throw new InvalidArgumentException(sprintf(
H A DReturnArgumentPromise.php14 use Prophecy\Exception\InvalidArgumentException; alias
40 throw new InvalidArgumentException(sprintf(
H A DThrowPromise.php17 use Prophecy\Exception\InvalidArgumentException; alias
45 throw new InvalidArgumentException(sprintf(
51 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php19 use Prophecy\Exception\InvalidArgumentException; alias
124 throw new InvalidArgumentException(sprintf(
152 throw new InvalidArgumentException(sprintf(
231 throw new InvalidArgumentException(sprintf(
309 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php240 * @throws InvalidArgumentException
273 * @throws InvalidArgumentException
417 * @throws InvalidArgumentException
442 * @throws InvalidArgumentException
459 * @throws InvalidArgumentException
476 * @throws InvalidArgumentException
493 * @throws InvalidArgumentException
512 * @throws InvalidArgumentException
521 * @throws InvalidArgumentException
538 * @throws InvalidArgumentException
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php13 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
20 * @return InvalidArgumentException
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php13 use SebastianBergmann\CodeCoverage\InvalidArgumentException; alias
168 * @throws InvalidArgumentException
H A DFile.php13 use SebastianBergmann\CodeCoverage\InvalidArgumentException; alias
119 * @throws InvalidArgumentException
124 throw InvalidArgumentException::create(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php15 use SebastianBergmann\CodeCoverage\InvalidArgumentException; alias
30 throw InvalidArgumentException::create(
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php42 * @throws InvalidArgumentException
55 * @throws InvalidArgumentException
70 throw new InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php12 use Doctrine\Instantiator\Exception\InvalidArgumentException as InstantiatorInvalidArgumentExceptio…
146 * @throws InvalidArgumentException
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php25 throw new InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php302 $test->expectException(InvalidArgumentException::class);

1...<<11121314151617181920