mirror of
https://github.com/e107inc/e107.git
synced 2025-10-11 21:15:09 +02:00
8 lines
111 B
PHP
8 lines
111 B
PHP
<?php
|
|
|
|
namespace Facebook\WebDriver\Exception;
|
|
|
|
class IndexOutOfBoundsException extends WebDriverException
|
|
{
|
|
}
|