1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A command to switch to a frame could not be satisfied because the frame could not be found.
7 */
8class NoSuchFrameException extends WebDriverException
9{
10}
11