/plugin/jplayer/vendor/symfony/process/ |
H A D | Process.php | 15 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 D | ProcessBuilder.php | 17 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 D | ElementList.php | 6 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 D | ElementList.php | 6 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 D | HandlerWrapper.php | 89 …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 D | SocketHandler.php | 276 … 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 D | parser.php | 5 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 D | LogicException.php | 19 class LogicException extends \LogicException implements ExceptionInterface class
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/ |
H A D | LogicException.php | 12 class LogicException extends \LogicException implements Exception class
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | DeserializationContext.php | 7 use JMS\Serializer\Exception\LogicException; alias 39 throw new LogicException('Depth cannot be smaller than zero.');
|
H A D | Context.php | 7 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 D | CallbackDriverFactory.php | 8 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 D | DateTimeParser.php | 9 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 D | ElementList.php | 152 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 D | DateTimeParser.php | 9 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 D | ElementList.php | 152 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 D | DateTimeParser.php | 9 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 D | ElementList.php | 152 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 D | AbstractNodeVisitor.php | 27 … 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 D | Issue1351Test.php | 28 throw new LogicException('Expected exception.'); 29 } catch (LogicException $e) {
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
H A D | FulfilledPromise.php | 71 throw new \LogicException("Cannot resolve a fulfilled promise"); 77 throw new \LogicException("Cannot reject a fulfilled promise");
|
H A D | RejectedPromise.php | 77 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 D | HandlerRegistry.php | 7 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 D | Standardize.php | 7 use LogicException; alias 80 throw new LogicException('file missing: ' . $filePath);
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | TokenParserBroker.php | 41 throw new \LogicException('$parsers must a an array of Twig_TokenParserInterface.'); 47 … throw new \LogicException('$brokers must a an array of Twig_TokenParserBrokerInterface.');
|