Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 426 – 450 of 487) sorted by last modified time

1...<<11121314151617181920

/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/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php225 throw new \InvalidArgumentException(
/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 DTypeToken.php14 use Prophecy\Exception\InvalidArgumentException; alias
32 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php15 use Prophecy\Exception\InvalidArgumentException; alias
66 throw new InvalidArgumentException(sprintf(
H A DClassNode.php15 use Prophecy\Exception\InvalidArgumentException; alias
87 throw new InvalidArgumentException(sprintf(
/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(
/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/phpunit/tests/_files/
H A DExceptionStackTest.php17 $exceptionTwo = new InvalidArgumentException('Two', 0, $exceptionThree);
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php32 throw new InvalidArgumentException;
37 throw new InvalidArgumentException;
H A DInvalidArgumentException.php13 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/
H A DEnumeratorTest.php127 $this->setExpectedException(InvalidArgumentException::class);
134 $this->setExpectedException(InvalidArgumentException::class);
/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/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md17 All assertions in the [`Assert`] class throw an `\InvalidArgumentException` if
76 // => InvalidArgumentException:
80 // => InvalidArgumentException:
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php78 throw new \InvalidArgumentException($exceptionMessage);
/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/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/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 DFile.php13 use SebastianBergmann\CodeCoverage\InvalidArgumentException; alias
119 * @throws InvalidArgumentException
124 throw InvalidArgumentException::create(
/plugin/gdpr/action/
H A Ddelusers.php256 throw new InvalidArgumentException('Unknown cache key provided: ' . $key);

1...<<11121314151617181920