Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 276 – 300 of 487) sorted by path

1...<<11121314151617181920

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php190 * @throws \InvalidArgumentException if no Host header is present.
204 throw new \InvalidArgumentException('No Host header was provided');
224 * @throws \InvalidArgumentException if a request body is invalid.
248 throw new \InvalidArgumentException('Invalid request body: '
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php7 use Nyholm\Dsn\Exception\InvalidArgumentException; alias
47 throw new InvalidArgumentException('A Path must have a schema');
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidArgumentException.php8 * Base InvalidArgumentException.
10 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface class
H A DInvalidDsnException.php12 class InvalidDsnException extends InvalidArgumentException
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php36 throw new \InvalidArgumentException('Provided directory could not be found or is not readable');
H A DTrainer.php31 throw new \InvalidArgumentException('Provided directory could not be found or is not readable');
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php15 throw new \InvalidArgumentException('You cannot create React\Promise\FulfilledPromise with a promise. Use React\Promise\resolve($promiseOrValue) instead.');
H A DRejectedPromise.php15 throw new \InvalidArgumentException('You cannot create React\Promise\RejectedPromise with a promise. Use React\Promise\reject($promiseOrValue) instead.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php195 throw new \InvalidArgumentException('Data should be a Document, a Script or an array containing Documents and/or Scripts');
H A DIndex.php817 throw new \InvalidArgumentException('Data should be a Document or Script');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php59 * @throws \InvalidArgumentException
70 throw new \InvalidArgumentException('Data should be a Document or a Script.');
125 throw new \InvalidArgumentException('The data needs to be a Document or a Script.');
137 throw new \InvalidArgumentException('Scripts can only be used with the update operation type.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DInvalidException.php10 class InvalidException extends \InvalidArgumentException implements ExceptionInterface
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php21 throw new InvalidArgumentException("[{$this->baseUrl}] is not a valid URL");
89 throw new InvalidArgumentException($result->message);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php76 throw new \InvalidArgumentException('No body expected for "GET" request.');
H A DStreamClient.php39 throw new \InvalidArgumentException('No body expected for "GET" request.');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php5 use InvalidArgumentException; alias
82 throw new InvalidArgumentException("Invalid URI: $uri");
86 throw new InvalidArgumentException('Invalid URI: http|https scheme required');
/plugin/fblogin/lib/
H A Dbase_facebook.php1024 throw new InvalidArgumentException(
/plugin/findologicxmlexport/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/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php65 throw new \InvalidArgumentException(sprintf(
74 throw new \InvalidArgumentException(sprintf(
H A DTarget.php85 throw new \InvalidArgumentException(
95 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php76 throw new \InvalidArgumentException(sprintf(
86 …throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist and could not be cr…
208 …throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable. Both, the webserv…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php5 use InvalidArgumentException as BaseInvalidArgumentException;
15 class InvalidArgumentException extends BaseInvalidArgumentException implements ExceptionInterface class
/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/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php36 throw new \InvalidArgumentException('At least one item must be exported per page.');
47 throw new \InvalidArgumentException('Unsupported exporter type.');

1...<<11121314151617181920