1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * The target for mouse interaction is not in the browser’s viewport and cannot be brought into that viewport.
7 */
8class MoveTargetOutOfBoundsException extends WebDriverException
9{
10}
11