mirror of
https://github.com/e107inc/e107.git
synced 2025-10-11 13:04:28 +02:00
8 lines
107 B
PHP
8 lines
107 B
PHP
<?php
|
|
|
|
namespace Facebook\WebDriver\Exception;
|
|
|
|
class NoCollectionException extends WebDriverException
|
|
{
|
|
}
|