Home
last modified time | relevance | path

Searched refs:exception (Results 76 – 100 of 679) sorted by relevance

12345678910>>...28

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2731.phpt2 GH-2731: Empty exception message cannot be expected
23 Failed asserting that exception message is empty but is 'message'.
H A D1351.phpt28 RuntimeException: Expected rethrown exception.
31 LogicException: Expected exception.
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLimit.php77 ->exception(function () use ($iterator) {
90 ->exception(function () use ($limit) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/Rule/
H A DAnalyzer.php294 ->exception(function () use ($analyzer) {
309 ->exception(function () use ($analyzer, $ruleA) {
327 ->exception(function () use ($analyzer, $ruleA) {
342 ->exception(function () use ($analyzer, $ruleA) {
357 ->exception(function () use ($analyzer, $ruleA) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php116 ->exception(function () use (&$compiler) {
121 ->exception(function () use (&$compiler) {
162 ->exception(function () use (&$compiler) {
/plugin/bez/mdl/
H A DThread_commentFactory.php57 } catch(Exception $exception) {
85 } catch(Exception $exception) {
107 } catch(Exception $exception) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DMockObjectComparatorTest.php143 $exception = null;
149 catch (ComparisonFailure $exception) {
152 $this->assertNull($exception, 'Unexpected ComparisonFailure');
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php65 } catch (PartialMessageException $exception) {
137 } catch (PartialMessageException $exception) {
142 throw $exception;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dassertion.phpt13 if (ini_get('assert.exception') != 1) {
14 print 'skip: assert.exception=1 is required' . PHP_EOL;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php18 * {@see ParserRuleContext::$exception} field is set for all parse tree nodes
40 * Instead of recovering from exception `e`, re-throw it wrapped
54 $context->exception = $e;
63 * recovers, it won't throw an exception.
76 $context->exception = $e;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php181 * @param Exception $exception
185 public function willThrowException(Exception $exception) argument
187 $stub = new PHPUnit_Framework_MockObject_Stub_Exception($exception);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php122 ->exception(function () use ($root) {
132 ->exception(function () use ($root) {
156 ->exception(function () use ($root) {
230 ->exception(function () use ($node) {
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php62 ->exception(function () use ($visitor, $ast) {
76 ->exception(function () use ($visitor, $ast) {
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php103 ->exception(function () use ($eventId, $source) {
116 ->exception(function () use ($eventId, $source) {
129 ->exception(function () use ($eventId, $source) {
271 ->exception(function () use ($eventId, $source, $data) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRollbarHandler.php93 $exception = $context['exception'];
95 $toLog = $exception;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverEventListener.php90 * @param WebDriverException $exception
93 public function onException(WebDriverException $exception, EventFiringWebDriver $driver = null); argument
/plugin/acknowledge/
H A Dhelper.php36 } catch (\Exception $exception) {
37 if (defined('DOKU_UNITTEST')) throw new \RuntimeException('Could not load SQLite', 0, $exception);
38 ErrorHandler::logException($exception);
40 throw $exception;
86 } catch (\Exception $exception) {
88 throw $exception;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc6 exception: connection refusal, connection timeout, DNS lookup timeout, etc. 4xx
21 When the client runs out of retries, it will throw the last exception that it
29 `MaxRetriesException`. For example, you can catch a specific curl exception then
/plugin/gtime/action/
H A Dtimestamp.php73 function gt_log_exception($exception) { argument
75 error_log($exception->getMessage());
76 error_log($exception->getTraceAsString());
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... String line int start int end String temp int lastPeriod Exception ex public void debug (java.lang.Object ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... String line int start int end String temp int lastPeriod Exception ex public void debug (java.lang.Object ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jar ... x1 String x0 static void <clinit> () Exception ex org.apache.log4j.Priority _traceLevel } ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php100 } catch (Exceptions\NoNodesAvailableException $exception) {
102 throw $exception;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php114 ->exception(function () use ($variableName, $compiler, $visitor) {
148 ->exception(function () use ($constantName, $compiler, $visitor) {
180 ->exception(function () use ($functionName, $compiler, $visitor) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php70 ->exception(function () {
80 ->exception(function () {

12345678910>>...28