11 lines
159 B
PHP
11 lines
159 B
PHP
<?php
|
|
|
|
namespace Facebook\WebDriver\Exception;
|
|
|
|
/**
|
|
* A new session could not be created.
|
|
*/
|
|
class SessionNotCreatedException extends WebDriverException
|
|
{
|
|
}
|