Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 176 – 200 of 487) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DUnsupportedFormatException.php7 class UnsupportedFormatException extends InvalidArgumentException
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php5 use InvalidArgumentException; alias
45 …throw new InvalidArgumentException('The first argument for this constructor should be a string or …
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/
H A DEnumeratorTest.php127 $this->setExpectedException(InvalidArgumentException::class);
134 $this->setExpectedException(InvalidArgumentException::class);
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php5 use InvalidArgumentException; alias
45 …throw new InvalidArgumentException('The first argument for this constructor should be a string or …
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php88 * @throws \InvalidArgumentException If this is not a precedence DFA.
93 throw new \InvalidArgumentException('Only precedence DFAs may contain a precedence start state.');
114 * @throws \InvalidArgumentException If this is not a precedence DFA.
119 throw new \InvalidArgumentException('Only precedence DFAs may contain a precedence start state.');
/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/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php155 throw new \InvalidArgumentException($item . ' is a required constructor option');
161 throw new \InvalidArgumentException('Unknown option: ' . $key);
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
307 } catch (\InvalidArgumentException $e) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
60 throw new InvalidArgumentException(sprintf('Each event must have a "event" key.'));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
307 } catch (\InvalidArgumentException $e) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
307 } catch (\InvalidArgumentException $e) {
/plugin/combo/ComboStrap/
H A DCron.php21 } catch (\InvalidArgumentException $e) {
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidDsnException.php12 class InvalidDsnException extends InvalidArgumentException
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php17 $exceptionTwo = new InvalidArgumentException('Two', 0, $exceptionThree);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php154 throw new \InvalidArgumentException($item . ' is a required constructor option');
160 throw new \InvalidArgumentException('Unknown option: ' . $key);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php352 throw new \InvalidArgumentException(
449 throw new \InvalidArgumentException(
468 throw new \InvalidArgumentException(
478 throw new \InvalidArgumentException(
551 throw new \InvalidArgumentException('on_headers must be callable');
H A DMockHandler.php79 throw new \InvalidArgumentException('on_headers must be callable');
142 throw new \InvalidArgumentException('Expected a response or '
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php21 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
290 * @throws \InvalidArgumentException
300 throw new InvalidArgumentException("Serializer must be a class path or instantiated object extending AbstractConnectionPool");
749 throw new InvalidArgumentException("Serializer must be a class path or instantiated object implementing $interface");
802 * @throws InvalidArgumentException
809 throw new InvalidArgumentException(sprintf('Could not parse URI: "%s"', $host));
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php159 throw new \InvalidArgumentException(
197 throw new \InvalidArgumentException(
248 throw new \InvalidArgumentException(
414 throw new \InvalidArgumentException('Imported page does not exist!');
468 throw new \InvalidArgumentException('Width or height parameter needs to be larger than zero.');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownHelperException.php15 class Mustache_Exception_UnknownHelperException extends InvalidArgumentException implements Mustach…
H A DUnknownTemplateException.php15 class Mustache_Exception_UnknownTemplateException extends InvalidArgumentException implements Musta…
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php111 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
128 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
164 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php111 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
128 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
164 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php111 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
128 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
164 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php18 use Symfony\Component\Console\Exception\InvalidArgumentException; alias
100 throw new \InvalidArgumentException('The "github" format is only available since "symfony/console" >= 5.3.');
167 throw new InvalidArgumentException(sprintf('The format "%s" is not supported.', $this->format));

12345678910>>...20