Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 65) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
DThrowPromise.php27 private $exception; variable in Prophecy\\Promise\\ThrowPromise
41 public function __construct($exception)
95 private function isAValidThrowable($exception)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DStackTrace.php25 public $exception; variable in Google\\Service\\ToolResults\\StackTrace
30 public function setException($exception)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
DException.php20 protected $exception; variable in PHPUnit_Framework_MockObject_Stub_Exception
22 public function __construct($exception)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DAccessPolicy.php30 public $exception; variable in Google\\Service\\YouTube\\AccessPolicy
49 public function setException($exception)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
DServerEventsTest.php12 private $exception; variable in Sabre\\DAV\\ServerEventsTest
86 function exceptionHandler(Exception $exception) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
DIntegrationTestCase.php82 public function testIntegration($file, $message, $condition, $templates, $exception, $outputs)
91 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output…
144 …protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
DConnection.php274 $exception = $this->getCurlRetryException($request, $response); variable in Elasticsearch\\Connections\\Connection
308 throw $exception; variable in Elasticsearch\\Connections\\Connection
311 $exception = new TransportException($response['error']->getMessage()); variable in Elasticsearch\\Connections\\Connection
313 throw $exception; variable in Elasticsearch\\Connections\\Connection
439 public function logRequestFail(array $request, array $response, \Exception $exception): void
737 private function convertBodyToString($body, int $statusCode, Exception $exception) : string
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
DCall.php27 private $exception; variable in Prophecy\\Call\\Call
43 Exception $exception = null, $file, $line)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
DParseCancellationException.php9 public static function from(\Throwable $exception) : self
/plugin/prosemirror/
Dhelper.php43 public function tryToLogErrorToSentry(Throwable $exception, array $extraData = [])
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
DAggregateException.php21 public function append(PredictionException $exception)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
DUnexpectedValueException.php17 Exception $exception
/plugin/gtime/action/
Dtimestamp.php73 function gt_log_exception($exception) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
DEventFiringWebDriverNavigation.php138 protected function dispatchOnException(WebDriverException $exception)
DEventFiringWebElement.php374 protected function dispatchOnException(WebDriverException $exception)
/plugin/findologicxmlexport/vendor/hoa/exception/
DIdle.php268 public static function uncaught($exception)
DGroup.php209 public function offsetSet($index, $exception)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
DMongoDBFormatter.php112 protected function formatException(\Throwable $exception, int $nestingLevel)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
DInvocationMocker.php185 public function willThrowException(Exception $exception)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
DXML.php31 private $exception; variable in PHPUnit_Util_TestDox_ResultPrinter_XML
/plugin/combo/action/
Dlinkmove.php348 private function reportError(Exception $exception)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
DParserRuleContext.php62 public $exception; variable in Antlr\\Antlr4\\Runtime\\ParserRuleContext
/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverEventListener.php93 public function onException(WebDriverException $exception, EventFiringWebDriver $driver = null);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php520 public function setExpectedException($exception, $message = '', $code = null)
550 public function setExpectedExceptionRegExp($exception, $messageRegExp = '', $code = null)
567 public function expectException($exception)
1942 public static function throwException($exception)

123