Home
last modified time | relevance | path

Searched refs:LogicException (Results 1 – 25 of 112) sorted by relevance

12345

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php15 use Symfony\Component\Process\Exception\LogicException; alias
401 * @throws LogicException When process is not yet started
452 * @throws LogicException In case the process is not running
469 * @throws LogicException if an idle timeout is set
519 * @throws LogicException In case the process is not started
541 * @throws LogicException In case the process is not started
563 * @throws LogicException In case the process is not started
634 * @throws LogicException In case the process is not started
657 * @throws LogicException In case the process is not started
1166 * @throws LogicException In case the process is running
[all …]
H A DProcessBuilder.php17 use Symfony\Component\Process\Exception\LogicException; alias
257 * @throws LogicException In case no arguments have been provided
262 … throw new LogicException('You must add() command arguments before calling getProcess().');
/plugin/webdav/vendor/sabre/vobject/lib/
H A DElementList.php6 use LogicException; alias
30 throw new LogicException('You can not add new objects to an ElementList');
42 throw new LogicException('You can not remove objects from an ElementList');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DElementList.php6 use LogicException; alias
33 throw new LogicException('You can not add new objects to an ElementList');
48 throw new LogicException('You can not remove objects from an ElementList');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandlerWrapper.php89 …throw new \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface:…
101 …throw new \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface:…
115 …throw new \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface:…
127 …throw new \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface:…
H A DSocketHandler.php276 … throw new \LogicException('streamSetTimeout called but $this->resource is not a resource');
292 … throw new \LogicException('streamSetChunkSize called but $this->resource is not a resource');
296 throw new \LogicException('streamSetChunkSize called but $this->chunkSize is not set');
310 throw new \LogicException('fwrite called but $this->resource is not a resource');
324 … throw new \LogicException('streamGetMetadata called but $this->resource is not a resource');
/plugin/ifauthex/lib/
H A Dparser.php5 use \LogicException; alias
141 throw LogicException('A fully expanded element instance has no stray token!');
281 throw new LogicException('An element with no fixing must be 0-ary.');
289 throw new LogicException('An prefix element must be n-ary with n > 0.');
297 throw new LogicException('An postfix element must be n-ary with n > 0.');
305 throw new LogicException('An infix element must be n-ary with n > 1.');
313 throw new LogicException('Arity does not apply to a wrapping element.');
326 throw new LogicException('You must specify whether a wrapping operator is nested.');
330 throw new LogicException('Nested applies only to wrapping operators.');
364 throw new LogicException('Wrapping operators must have exactly 2 tokens.');
[all …]
/plugin/jplayer/vendor/symfony/process/Exception/
H A DLogicException.php19 class LogicException extends \LogicException implements ExceptionInterface class
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DLogicException.php12 class LogicException extends \LogicException implements Exception class
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DDeserializationContext.php7 use JMS\Serializer\Exception\LogicException; alias
39 throw new LogicException('Depth cannot be smaller than zero.');
H A DContext.php7 use JMS\Serializer\Exception\LogicException; alias
64 … throw new LogicException('This context was already initialized, and cannot be re-used.');
138 …throw new LogicException('This context was already initialized and is immutable; you cannot modify…
176 throw new LogicException('The groups must not be empty.');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DCallbackDriverFactory.php8 use JMS\Serializer\Exception\LogicException; alias
27 throw new LogicException('The callback must return an instance of DriverInterface.');
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php9 use LogicException; alias
40 throw new LogicException('The supplied iCalendar datetime value is incorrect: ' . $dt);
67 throw new LogicException('The supplied iCalendar date value is incorrect: ' . $date);
93 … throw new LogicException('The supplied iCalendar duration value is incorrect: ' . $duration);
H A DElementList.php152 throw new \LogicException('You can not add new objects to an ElementList');
166 throw new \LogicException('You can not remove objects from an ElementList');
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php9 use LogicException; alias
40 throw new LogicException('The supplied iCalendar datetime value is incorrect: ' . $dt);
67 throw new LogicException('The supplied iCalendar date value is incorrect: ' . $date);
93 … throw new LogicException('The supplied iCalendar duration value is incorrect: ' . $duration);
H A DElementList.php152 throw new \LogicException('You can not add new objects to an ElementList');
166 throw new \LogicException('You can not remove objects from an ElementList');
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php9 use LogicException; alias
40 throw new LogicException('The supplied iCalendar datetime value is incorrect: ' . $dt);
67 throw new LogicException('The supplied iCalendar date value is incorrect: ' . $date);
93 … throw new LogicException('The supplied iCalendar duration value is incorrect: ' . $duration);
H A DElementList.php152 throw new \LogicException('You can not add new objects to an ElementList');
166 throw new \LogicException('You can not remove objects from an ElementList');
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DAbstractNodeVisitor.php27 … throw new \LogicException(sprintf('%s only supports \Twig\Node\Node instances.', __CLASS__));
36 … throw new \LogicException(sprintf('%s only supports \Twig\Node\Node instances.', __CLASS__));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A DIssue1351Test.php28 throw new LogicException('Expected exception.');
29 } catch (LogicException $e) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DFulfilledPromise.php71 throw new \LogicException("Cannot resolve a fulfilled promise");
77 throw new \LogicException("Cannot reject a fulfilled promise");
H A DRejectedPromise.php77 throw new \LogicException("Cannot resolve a rejected promise");
83 throw new \LogicException("Cannot reject a rejected promise");
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php7 use JMS\Serializer\Exception\LogicException; alias
32 …throw new LogicException(sprintf('The direction %s does not exist; see GraphNavigatorInterface::DI…
/plugin/dx/src/
H A DStandardize.php7 use LogicException; alias
80 throw new LogicException('file missing: ' . $filePath);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php41 throw new \LogicException('$parsers must a an array of Twig_TokenParserInterface.');
47 … throw new \LogicException('$brokers must a an array of Twig_TokenParserBrokerInterface.');

12345