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

Breadcrumb

  1. Drupal Core 11.1.x

MoveTargetOutOfBounds.php

Namespace

WebDriver\Exception

File

vendor/lullabot/php-webdriver/lib/WebDriver/Exception/MoveTargetOutOfBounds.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\MoveTargetOutOfBounds class
 *
 * @package WebDriver
 */
final class MoveTargetOutOfBounds extends BaseException {

}

Classes

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