Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CurlExec.php

class CurlExec

WebDriver\Exception\CurlExec class

@package WebDriver

Hierarchy

  • class \WebDriver\Exception extends \WebDriver\Exception
    • class \WebDriver\Exception extends \WebDriver\Exception
      • class \WebDriver\Exception\CurlExec extends \WebDriver\Exception

Expanded class hierarchy of CurlExec

1 file declares its use of CurlExec
CurlService.php in vendor/lullabot/php-webdriver/lib/WebDriver/Service/CurlService.php

File

vendor/lullabot/php-webdriver/lib/WebDriver/Exception/CurlExec.php, line 21

Namespace

WebDriver\Exception
View source
final class CurlExec extends BaseException {
    
    /**
     * @var array
     */
    private $curlInfo = array();
    
    /**
     * Get curl info
     *
     * @return array
     */
    public function getCurlInfo() {
        return $this->curlInfo;
    }
    
    /**
     * Set curl info
     *
     * @param array $curlInfo
     */
    public function setCurlInfo($curlInfo) {
        $this->curlInfo = $curlInfo;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
CurlExec::$curlInfo private property
CurlExec::getCurlInfo public function Get curl info
CurlExec::setCurlInfo public function Set curl info
Exception::$errs private static property Overrides Exception::$errs 1
Exception::CURL_EXEC constant Overrides Exception::CURL_EXEC 1
Exception::ELEMENT_CLICK_INTERCEPTED constant Overrides Exception::ELEMENT_CLICK_INTERCEPTED 1
Exception::ELEMENT_IS_NOT_SELECTABLE constant Overrides Exception::ELEMENT_IS_NOT_SELECTABLE 1
Exception::ELEMENT_NOT_DISPLAYED constant Overrides Exception::ELEMENT_NOT_DISPLAYED 1
Exception::ELEMENT_NOT_INTERACTABLE constant Overrides Exception::ELEMENT_NOT_INTERACTABLE 1
Exception::ELEMENT_NOT_SELECTABLE constant Overrides Exception::ELEMENT_NOT_SELECTABLE 1
Exception::ELEMENT_NOT_VISIBLE constant Overrides Exception::ELEMENT_NOT_VISIBLE 1
Exception::EXPECTED constant Overrides Exception::EXPECTED 1
Exception::factory public static function Factory method to create WebDriver\Exception objects Overrides Exception::factory 1
Exception::IME_ENGINE_ACTIVATION_FAILED constant Overrides Exception::IME_ENGINE_ACTIVATION_FAILED 1
Exception::IME_NOT_AVAILABLE constant Overrides Exception::IME_NOT_AVAILABLE 1
Exception::INDEX_OUT_OF_BOUNDS constant Overrides Exception::INDEX_OUT_OF_BOUNDS 1
Exception::INVALID_ARGUMENT constant Overrides Exception::INVALID_ARGUMENT 1
Exception::INVALID_COOKIE_DOMAIN constant Overrides Exception::INVALID_COOKIE_DOMAIN 1
Exception::INVALID_ELEMENT_COORDINATES constant Overrides Exception::INVALID_ELEMENT_COORDINATES 1
Exception::INVALID_ELEMENT_STATE constant Overrides Exception::INVALID_ELEMENT_STATE 1
Exception::INVALID_REQUEST constant Overrides Exception::INVALID_REQUEST 1
Exception::INVALID_SELECTOR constant Overrides Exception::INVALID_SELECTOR 1
Exception::INVALID_XPATH_SELECTOR constant Overrides Exception::INVALID_XPATH_SELECTOR 1
Exception::INVALID_XPATH_SELECTOR_RETURN_TYPER constant Overrides Exception::INVALID_XPATH_SELECTOR_RETURN_TYPER 1
Exception::JAVASCRIPT_ERROR constant Overrides Exception::JAVASCRIPT_ERROR 1
Exception::JSON_PARAMETERS_EXPECTED constant Overrides Exception::JSON_PARAMETERS_EXPECTED 1
Exception::METHOD_NOT_ALLOWED constant Overrides Exception::METHOD_NOT_ALLOWED 1
Exception::MOVE_TARGET_OUT_OF_BOUNDS constant Overrides Exception::MOVE_TARGET_OUT_OF_BOUNDS 1
Exception::NO_ALERT_OPEN_ERROR constant Overrides Exception::NO_ALERT_OPEN_ERROR 1
Exception::NO_COLLECTION constant Overrides Exception::NO_COLLECTION 1
Exception::NO_MODAL_DIALOG_OPEN_ERROR constant Overrides Exception::NO_MODAL_DIALOG_OPEN_ERROR 1
Exception::NO_PARAMETERS_EXPECTED constant Overrides Exception::NO_PARAMETERS_EXPECTED 1
Exception::NO_SCRIPT_RESULT constant Overrides Exception::NO_SCRIPT_RESULT 1
Exception::NO_STRING constant Overrides Exception::NO_STRING 1
Exception::NO_STRING_LENGTH constant Overrides Exception::NO_STRING_LENGTH 1
Exception::NO_STRING_WRAPPER constant Overrides Exception::NO_STRING_WRAPPER 1
Exception::NO_SUCH_COLLECTION constant Overrides Exception::NO_SUCH_COLLECTION 1
Exception::NO_SUCH_COOKIE constant Overrides Exception::NO_SUCH_COOKIE 1
Exception::NO_SUCH_DOCUMENT constant Overrides Exception::NO_SUCH_DOCUMENT 1
Exception::NO_SUCH_DRIVER constant Overrides Exception::NO_SUCH_DRIVER 1
Exception::NO_SUCH_ELEMENT constant Overrides Exception::NO_SUCH_ELEMENT 1
Exception::NO_SUCH_FRAME constant Overrides Exception::NO_SUCH_FRAME 1
Exception::NO_SUCH_SHADOW_ROOT constant Overrides Exception::NO_SUCH_SHADOW_ROOT 1
Exception::NO_SUCH_WINDOW constant Overrides Exception::NO_SUCH_WINDOW 1
Exception::NULL_POINTER constant Overrides Exception::NULL_POINTER 1
Exception::OBSOLETE_COMMAND constant Overrides Exception::OBSOLETE_COMMAND 1
Exception::OBSOLETE_ELEMENT constant Overrides Exception::OBSOLETE_ELEMENT 1
Exception::SCRIPT_TIMEOUT constant Overrides Exception::SCRIPT_TIMEOUT 1
Exception::SESSION_NOT_CREATED constant Overrides Exception::SESSION_NOT_CREATED 1
Exception::STALE_ELEMENT_REFERENCE constant Overrides Exception::STALE_ELEMENT_REFERENCE 1
Exception::SUCCESS constant Response status codes Overrides Exception::SUCCESS 1
Exception::TIMEOUT constant Overrides Exception::TIMEOUT 1
Exception::UNABLE_TO_CAPTURE_SCREEN constant Overrides Exception::UNABLE_TO_CAPTURE_SCREEN 1
Exception::UNABLE_TO_SET_COOKIE constant Overrides Exception::UNABLE_TO_SET_COOKIE 1
Exception::UNEXPECTED_ALERT_OPEN constant Overrides Exception::UNEXPECTED_ALERT_OPEN 1
Exception::UNEXPECTED_JAVASCRIPT constant Overrides Exception::UNEXPECTED_JAVASCRIPT 1
Exception::UNEXPECTED_PARAMETERS constant Overrides Exception::UNEXPECTED_PARAMETERS 1
Exception::UNHANDLED constant Overrides Exception::UNHANDLED 1
Exception::UNKNOWN_COMMAND constant Overrides Exception::UNKNOWN_COMMAND 1
Exception::UNKNOWN_ERROR constant Overrides Exception::UNKNOWN_ERROR 1
Exception::UNKNOWN_LOCATOR_STRATEGY constant Overrides Exception::UNKNOWN_LOCATOR_STRATEGY 1
Exception::W3C_WEBDRIVER_ERROR constant Overrides Exception::W3C_WEBDRIVER_ERROR 1
Exception::XPATH_LOOKUP_ERROR constant Overrides Exception::XPATH_LOOKUP_ERROR 1
RSS feed
Powered by Drupal