File "PhpWebDriverExceptionInterface.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/Exception/PhpWebDriverExceptionInterface.php
File size: 221 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Facebook\WebDriver\Exception;

/**
 * Common interface to identify all exceptions thrown in php-webdriver (both those of WebDriver protocol and internal).
 */
interface PhpWebDriverExceptionInterface
{
}