1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A new session could not be created.
7 */
8class SessionNotCreatedException extends WebDriverException
9{
10}
11