Home
last modified time | relevance | path

Searched refs:LogicException (Results 1 – 25 of 122) sorted by last modified time

12345

/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php130 $logger->critical('Uncaught Exception!', array('exception' => new \LogicException('Fail')));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php11 use LogicException; alias
40 * @throws LogicException
46 throw new LogicException(
H A DXpath.php13 use LogicException; alias
270 * @throws LogicException
274 throw new LogicException(
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php26 use LogicException; alias
733 throw new LogicException("Can't INVOKE '{$args}'. '{$args}' was not DEFINE ");
H A DParser.php22 use LogicException; alias
43 * @throws \LogicException when nesting errors or mismatched section tags
65 throw new LogicException(
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.');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php10 use LogicException; alias
96 throw new LogicException(
224 throw new LogicException(
/plugin/combo/vendor/symfony/process/Exception/
H A DLogicException.php15 * LogicException for the Process Component.
19 class LogicException extends \LogicException implements ExceptionInterface class
H A DProcessTimedOutException.php66 throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php7 class ParseCancellationException extends \LogicException
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php14 use Symfony\Component\Process\Exception\LogicException; alias
58 throw new LogicException(sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class));
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/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php121 $logger->critical('Uncaught Exception!', array('exception' => new \LogicException('Fail')));
/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/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php130 $logger->critical('Uncaught Exception!', array('exception' => new \LogicException('Fail')));
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php157 new \LogicException('Cannot resolve a promise with itself.')
H A Dfunctions.php373 throw new \LogicException('Unexpected return value of ReflectionParameter::getType');
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php214 …throw new \LogicException('Requested uri (' . $this->getUrl() . ') is out of base uri (' . $this->…
/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);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php373 throw new \LogicException('This code should not be reachable');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php103 throw new \LogicException('Could not use this type as a deserializer: ' . $type);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php380 } catch (\LogicException $e) {
/plugin/davcal/vendor/sabre/http/
H A DREADME.md417 * If the path is outside of the base url, a LogicException will be thrown.
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php48 …throw new \LogicException('time-range filters on VALARM components are only supported when they ar…
H A DVCalendar.php269 throw new \LogicException('Event did not have a UID!');

12345