1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * Indicates that a command that should have executed properly cannot be supported for some reason.
7 */
8class UnsupportedOperationException extends WebDriverException
9{
10}
11