Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/template/strap/vendor/carica/phpcss/src/PhpCss/Exception/
H A DParserException.php9 namespace PhpCss\Exception {
11 use Exception; alias
20 abstract class ParserException extends Exception implements PhpCssException {
H A DNotConvertibleException.php9 namespace PhpCss\Exception {
11 use Exception; alias
18 extends Exception
/template/strap/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php3 namespace Facebook\WebDriver\Exception;
10 public function __construct(\Exception $previous = null)
13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
H A DWebDriverException.php3 namespace Facebook\WebDriver\Exception;
5 use Exception; alias
10 class WebDriverException extends Exception
/template/strap/ComboStrap/
H A DExceptionReporter.php13 private \Exception $e;
15 public function __construct(\Exception $e)
21 public static function createForException(\Exception $e): ExceptionReporter
H A DFetcherScreenshot.php7 use Facebook\WebDriver\Exception\NoSuchElementException;
8 use Facebook\WebDriver\Exception\TimeoutException;
9 use Facebook\WebDriver\Exception\UnsupportedOperationException;
10 use Facebook\WebDriver\Exception\WebDriverCurlException;
H A DImageSystem.php7 use Exception; alias
44 } catch (Exception $e) {
68 } catch (\Exception $e) {
H A DLogUtility.php81 …nt $level = self::LVL_MSG_ERROR, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
128 …logLevel = self::LVL_MSG_ERROR, ?string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
267 private static function throwErrorIfTest($level, $message, \Exception $e = null)
334 … function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
339 …unction warning(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
344 …c function info(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
H A DHttpResponse.php9 use Exception; alias
66 public static function getStatusFromException(\Exception $e): int
336 function setStatusAndBodyFromException(\Exception $e): HttpResponse
380 * @param Exception $e
383 public function setException(Exception $e): HttpResponse
H A DIconTag.php7 use Exception; alias
69 public static function exceptionHandling(Exception $e, $tagAttribute): string
88 } catch (\Exception $e) {
H A DMarkupDynamicRender.php6 use PHPUnit\Exception; alias
113 } /** @noinspection PhpRedundantCatchClauseInspection */ catch (Exception $e) {
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php5 use Facebook\WebDriver\Exception\DriverServerDiedException;
6 use Facebook\WebDriver\Exception\WebDriverException;
48 } catch (\Exception $e) {
H A DDriverService.php5 use Exception; alias
126 * @throws Exception
136 throw new Exception(
153 throw new Exception(
/template/strap/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php5 use Exception; alias
6 use Facebook\WebDriver\Exception\TimeoutException;
67 } catch (Exception $e) {
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverRadios.php5 use Facebook\WebDriver\Exception\UnsupportedOperationException;
6 use Facebook\WebDriver\Exception\WebDriverException;
H A DWebDriverSelectInterface.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\UnsupportedOperationException;
H A DWebDriverWait.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\TimeoutException;
H A DAbstractWebDriverCheckboxOrRadio.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\UnexpectedTagNameException;
7 use Facebook\WebDriver\Exception\WebDriverException;
H A DWebDriverSelect.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\UnexpectedTagNameException;
7 use Facebook\WebDriver\Exception\UnsupportedOperationException;
H A DWebDriverExpectedCondition.php5 use Facebook\WebDriver\Exception\NoSuchAlertException;
6 use Facebook\WebDriver\Exception\NoSuchElementException;
7 use Facebook\WebDriver\Exception\NoSuchFrameException;
8 use Facebook\WebDriver\Exception\StaleElementReferenceException;
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php5 use Exception; alias
155 * @throws Exception
163 throw new Exception(
/template/strap/vendor/carica/phpcss/src/PhpCss/
H A DParser.php12 use PhpCss\Exception\ParserException;
264 return new Exception\UnexpectedEndOfFileException($expectedTokens);
268 return new Exception\TokenMismatchException($this->_tokens[$position], $expectedTokens);
/template/gtopia/
DTwitterAPIExchange.php37 … throw new Exception('You need to install cURL, see: http://curl.haxx.se/docs/install.html');
133 throw new Exception('Request method must be either POST or GET');
184 throw new Exception('performRequest parameter must be true or false');
/template/strap/vendor/symfony/process/
H A DPhpProcess.php14 use Symfony\Component\Process\Exception\LogicException;
15 use Symfony\Component\Process\Exception\RuntimeException;
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php5 use Facebook\WebDriver\Exception\WebDriverException;
283 throw new \Exception("Failed to open the firefox extension. '$xpi'");
286 throw new \Exception("Firefox extension doesn't exist. '$xpi'");

12345678910>>...12