1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * An operation did not complete before its timeout expired.
7 */
8class TimeoutException extends WebDriverException
9{
10}
11