Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 139) sorted by relevance

123456

/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php62 } catch (WebDriverException $exception) {
63 $this->dispatchOnException($exception);
64 throw $exception;
81 } catch (WebDriverException $exception) {
82 $this->dispatchOnException($exception);
83 throw $exception;
106 } catch (WebDriverException $exception) {
107 $this->dispatchOnException($exception);
108 throw $exception;
140 } catch (WebDriverException $exception) {
[all …]
H A DEventFiringWebDriver.php69 } catch (WebDriverException $exception) {
70 $this->dispatchOnException($exception);
71 throw $exception;
92 } catch (WebDriverException $exception) {
93 $this->dispatchOnException($exception);
94 throw $exception;
113 } catch (WebDriverException $exception) {
114 $this->dispatchOnException($exception);
115 throw $exception;
141 } catch (WebDriverException $exception) {
[all …]
H A DEventFiringWebDriverNavigation.php55 } catch (WebDriverException $exception) {
56 $this->dispatchOnException($exception);
75 } catch (WebDriverException $exception) {
76 $this->dispatchOnException($exception);
92 } catch (WebDriverException $exception) {
93 $this->dispatchOnException($exception);
94 throw $exception;
108 } catch (WebDriverException $exception) {
109 $this->dispatchOnException($exception);
110 throw $exception;
[all …]
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php80 …public function testIntegration($file, $message, $condition, $templates, $exception, $outputs, $de… argument
82 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati…
89 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output… argument
91 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati…
115 $exception = $match[6];
122 $exception = false;
128 …eplace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception, $outputs, $depr…
144 …protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs… argument
205 if (false !== $exception) {
207 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message)));
[all …]
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlParser.php317 } catch (RecognitionException $exception) {
318 $localContext->exception = $exception;
319 $this->errorHandler->reportError($this, $exception);
320 $this->errorHandler->recover($this, $exception);
341 } catch (RecognitionException $exception) {
342 $localContext->exception = $exception;
343 $this->errorHandler->reportError($this, $exception);
344 $this->errorHandler->recover($this, $exception);
377 } catch (RecognitionException $exception) {
378 $localContext->exception = $exception;
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php9 public static function from(\Throwable $exception) : self argument
11 return new self($exception->getMessage(), $exception->getCode(), $exception);
/template/strap/action/
H A Dlinkmove.php160 } catch (Exception $exception) {
161 $this->reportError($exception);
237 } catch (Exception $exception) {
238 $this->reportError($exception);
348 private function reportError(Exception $exception) argument
352 …urred during the move replication to the database. Error message was: " . $exception->getMessage();
354 throw new RuntimeException($exception);
356 LogUtility::error($message, self::CANONICAL, $exception);
/template/writr2/font/
DCOPYING.txt7exception, if you create a document which uses this font, and embed this font or unaltered portion…
/template/bushwick/fonts/
DCOPYING.txt7exception, if you create a document which uses this font, and embed this font or unaltered portion…
/template/fictive/genericons/
DCOPYING.txt7exception, if you create a document which uses this font, and embed this font or unaltered portion…
/template/hexa/genericons/
DCOPYING.txt7exception, if you create a document which uses this font, and embed this font or unaltered portion…
/template/writr/font/
DCOPYING.txt7exception, if you create a document which uses this font, and embed this font or unaltered portion…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php54 $context->exception = $e;
76 $context->exception = $e;
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverEventListener.php90 * @param WebDriverException $exception
93 public function onException(WebDriverException $exception, EventFiringWebDriver $driver = null); argument
/template/twigstarter/vendor/twig/twig/
DCHANGELOG36 …* Revert "Throw a proper exception when a template name is an absolute path (as it has never been …
41 …* Throw a proper exception when a template name is an absolute path (as it has never been supporte…
78 * Throw exception in case non-Traversable data is passed to "filter"
180 * deprecated passing a 3rd, 4th, and 5th arguments to the Sandbox exception classes
187 * made exception creation faster
265 * fixed filesystem loader throwing an exception instead of returning false
298 * added an exception when using "===" instead of "same as"
/template/strap/
H A Dcli.php261 } catch (Exception $exception) {
262 …fwrite(STDERR, "An internal error has occurred. " . $exception->getMessage() . "\n" . $exception->…
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md42 - KeyDown and KeyUp actions will throw an exception when not used with modifier keys.
55 …r process terminating unexpectedly and provide full details of original exception to improve debug…
59 - Don't escape slashes in CURL exception message to improve readability.
104 - When zip archive cannot be created during file upload, throw an exception instead of silently ret…
181 - Throw an exception when attempting to deselect options of non-multiselect (it already didn't have…
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php62 public $exception; variable in Antlr\\Antlr4\\Runtime\\ParserRuleContext
/template/mikio/inc/stemmechanics/lesserphp/
H A DREADME.md46 If there any problem compiling your code, an exception is thrown with a helpful message:
/template/strap/vendor/symfony/yaml/
H A DCHANGELOG.md210 * Yaml::parse() now throws an exception when a blackslash is not escaped
/template/starterpjax/
DREADME.md16 …scripts are moved to the bottom (or declared with a defer tag) with the exception of the editor to…
/template/a_new_day/js/
Dprototype.js977 dispatchException: function(exception) {
978 (this.options.onException || Prototype.emptyFunction)(this, exception);
979 Ajax.Responders.dispatch('onException', this, exception);
/template/battlehorse/js/
Dprototype.js977 dispatchException: function(exception) {
978 (this.options.onException || Prototype.emptyFunction)(this, exception);
979 Ajax.Responders.dispatch('onException', this, exception);
/template/strap/resources/library/combo/
H A Dcombo.min.js.map1exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back…
/template/strap/resources/library/combo/dist/
H A Dcombo.min.js.map1exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back…

123456