1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 21:15:09 +02:00
Files
php-e107/vendor/facebook/webdriver/lib/Exception/IndexOutOfBoundsException.php
2018-02-06 03:18:31 -06:00

8 lines
111 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
class IndexOutOfBoundsException extends WebDriverException
{
}