Home
last modified time | relevance | path

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

12345

/plugin/combo/vendor/symfony/process/
H A DProcess.php15 use Symfony\Component\Process\Exception\LogicException; alias
141 * @throws LogicException When proc_open is not installed
146 throw new LogicException('The Process class relies on proc_open, which is not available on your PHP installation.');
190 * @throws LogicException When proc_open is not installed
246 * @throws LogicException In case a callback is provided and output has been disabled
295 * @throws LogicException In case a callback is provided and output has been disabled
413 * @throws LogicException When process is not yet started
424 throw new LogicException('Pass the callback to the "Process::start" method or call enableOutput to use a callback with "Process::wait".');
455 * @throws LogicException When process is not yet started
465 throw new LogicException('Pas
[all...]
/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/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php21 use LogicException; alias
107 * @throws LogicException when calling this method without having enableDataVariables.
112 throw new LogicException('Data variables are not supported due to the enableDataVariables configuration. Remove the call to data variables or change the setting.');
153 * @throws LogicException when calling this method without having enableDataVariables.
158 throw new LogicException('Data variables are not supported due to the enableDataVariables configuration. Remove the call to data variables or change the setting.');
286 * @throws LogicException when calling this method without having enableDataVariables.
291 throw new LogicException('Data variables are not supported due to the enableDataVariables configuration. Remove the call to data variables or change the setting.');
H A DParser.php22 use LogicException; alias
43 * @throws \LogicException when nesting errors or mismatched section tags
65 throw new LogicException(
/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/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/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/combo/vendor/symfony/process/Exception/
H A DLogicException.php15 * LogicException for the Process Component.
19 class LogicException extends \LogicException implements ExceptionInterface 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/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/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/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");

12345