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

Breadcrumb

  1. Drupal Core 11.1.x

DetachedShadowRoot.php

Namespace

WebDriver\Exception

File

vendor/lullabot/php-webdriver/lib/WebDriver/Exception/DetachedShadowRoot.php

View source
<?php


/**
 * @copyright 2013 Anthon Pang
 * @license Apache-2.0
 *
 * @package WebDriver
 *
 * @author Anthon Pang <apang@softwaredevelopment.ca>
 */
namespace WebDriver\Exception;

use WebDriver\Exception as BaseException;

/**
 * WebDriver\Exception\DetachedShadowRoot class
 *
 * @package WebDriver
 */
final class DetachedShadowRoot extends BaseException {

}

Classes

Title Deprecated Summary
DetachedShadowRoot WebDriver\Exception\DetachedShadowRoot class
RSS feed
Powered by Drupal