Home
last modified time | relevance | path

Searched refs:exception (Results 51 – 75 of 679) sorted by relevance

12345678910>>...28

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php157 ->exception(function () use ($result) {
298 ->exception(function () use ($result) {
324 ->exception(function () use ($result) {
411 ->exception(function () use ($result) {
489 ->exception(function () use ($result) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php214 $exception = new AggregateException(sprintf("%s:\n", get_class($this->reveal())));
215 $exception->setObjectProphecy($this);
222 $exception->append($e);
227 if (count($exception->getExceptions())) {
228 throw $exception;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php186 …} elseif (isset($record['context']['exception']) && $record['context']['exception'] instanceof \Th…
211 $this->connector->getErrorsDispatcher()->dispatchException($record['context']['exception']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestFailureTest.php16 $exception = new PHPUnit_Framework_Exception('message');
17 $failure = new PHPUnit_Framework_TestFailure($test, $exception);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php60 } catch (\Exception $exception) {
61 $this->assertEquals(EmptyValueNotAllowedException::class, get_class($exception));
175 } catch (\Exception $exception) {
176 $this->assertEquals(EmptyValueNotAllowedException::class, get_class($exception));
H A DPropertyTest.php54 } catch (\Exception $exception) {
55 $this->assertRegExp('/' . $key . '/', $exception->getMessage());
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DSplObjectStorageComparatorTest.php113 $exception = null;
119 catch (ComparisonFailure $exception) {
122 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDOMNodeComparatorTest.php138 $exception = null;
144 catch (ComparisonFailure $exception) {
147 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DExceptionComparatorTest.php113 $exception = null;
119 catch (ComparisonFailure $exception) {
122 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DScalarComparatorTest.php135 $exception = null;
141 catch (ComparisonFailure $exception) {
144 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DObjectComparatorTest.php127 $exception = null;
133 catch (ComparisonFailure $exception) {
136 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDateTimeComparatorTest.php171 $exception = null;
177 catch (ComparisonFailure $exception) {
180 $this->assertNull($exception, 'Unexpected ComparisonFailure');
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php198 $exception = $failure->thrownException();
208 …atch('/^(.*)expected ' . $serialized . ', actual ' . $serialized . '$/sU', $exception, $matches)) {
221 else if (preg_match('/^(.*)expected (.*), actual (.*)$/sU', $exception, $matches)) {
225 $ret['message'] = nl2br(str_replace(" ", " ", htmlspecialchars($exception)));
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php85 ->exception(function () use ($name, $class) {
109 ->exception(function () {
122 ->exception(function () {
189 ->exception(function () {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php386 $exception = $error->thrownException();
388 if ($exception instanceof __PHP_Incomplete_Class) {
390 foreach ((array) $exception as $key => $value) {
395 $exception = new PHPUnit_Framework_SyntheticError(
408 return $exception;
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php64 ->given($exception = new SUT('foo', 42, '/hoa/flatland', 153))
65 ->when($result = $exception->raise())
139 ->exception(function () {
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php17 Exception $exception argument
25 $exception
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md47 exception.
70 * An exception is now immediately thrown curl error rather than letting later
71 status code checks throw an exception. This improves the exception message
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DBooleanRequestWrapper.php57 } catch (Missing404Exception $exception) {
59 } catch (RoutingMissingException $exception) {
/plugin/webdav/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/interwikiformatting/
H A Dsyntax.php111 foreach ($capitalize_exceptions as $index => $exception)
115 …'/') . "|" . preg_quote($anchor_replacement, '/') . ")\b" . preg_quote($exception, '/') . "\b(?!" …
119 $title = preg_replace($pattern, $exception, $title);
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/bez/mdl/
H A DTask_commentFactory.php64 } catch(Exception $exception) {
84 } catch(Exception $exception) {
106 } catch(Exception $exception) {

12345678910>>...28