Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 151 – 175 of 487) sorted by relevance

12345678910>>...20

/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
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php171 * @throws InvalidArgumentException
178 … throw new InvalidArgumentException('The provided key is not valid: ' . var_export($key, true));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php6 use InvalidArgumentException; alias
64 $this->expectException(InvalidArgumentException::class);
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php19 use InvalidArgumentException; alias
91 …throw new InvalidArgumentException('ElasticsearchHandler is only compatible with ElasticsearchForm…
H A DProcessHandler.php69 throw new \InvalidArgumentException('The command argument must be a non-empty string.');
72 …throw new \InvalidArgumentException('The optional CWD argument must be a non-empty string or null.…
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverOptions.php8 use InvalidArgumentException; alias
43 throw new InvalidArgumentException('Cookie must be set from instance of Cookie class or from array.');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php65 * @throws \InvalidArgumentException if the buffer is not readable and
73 throw new \InvalidArgumentException(
86 throw new \InvalidArgumentException(
/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/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/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php6 use InvalidArgumentException; alias
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
684 … throw new \InvalidArgumentException('Invalid part in BYDAY clause: ' . $part);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php6 use InvalidArgumentException; alias
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
684 … throw new \InvalidArgumentException('Invalid part in BYDAY clause: ' . $part);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php55 } catch (\InvalidArgumentException $e) {
283 throw new \InvalidArgumentException('on_headers must be callable');
297 throw new \InvalidArgumentException('stream_context must be an array');
311 …throw new \InvalidArgumentException('Microsoft NTLM authentication only supported with curl handle…
452 throw new \InvalidArgumentException('Invalid verify request option');
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php6 use InvalidArgumentException; alias
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
684 … throw new \InvalidArgumentException('Invalid part in BYDAY clause: ' . $part);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php24 use InvalidArgumentException; alias
60 * @throws \InvalidArgumentException when $helpers is not an array
72 throw new InvalidArgumentException(
88 * @throws \InvalidArgumentException if $helper is not a callable
94 throw new InvalidArgumentException("$name Helper is not a callable.");
116 * @throws \InvalidArgumentException if $name is not available
122 throw new InvalidArgumentException('Unknown helper :' . $name);
169 * @throws \InvalidArgumentException if the requested helper is not present.
175 throw new InvalidArgumentException('Unknown helper: ' . $name);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php9 use JMS\Serializer\Exception\InvalidArgumentException; alias
104 …throw new InvalidArgumentException('The provided fallback strategy for the object constructor is n…
/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/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php18 use Prophecy\Exception\InvalidArgumentException; alias
97 throw new InvalidArgumentException(sprintf(
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php56 throw new \InvalidArgumentException(
120 throw new \InvalidArgumentException('Window type must by either "tab" or "window"');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DInvalidArgumentException.php15 class Mustache_Exception_InvalidArgumentException extends InvalidArgumentException implements Musta…
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DInvalidArgumentException.php11 interface InvalidArgumentException extends CacheException interface
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DInvalidException.php10 class InvalidException extends \InvalidArgumentException implements ExceptionInterface
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DInvalidArgumentException.php8 class InvalidArgumentException extends WebDriverException class
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Exception/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \Mpdf\MpdfException class

12345678910>>...20