1234567891011121314 |
- <?php // vim:set ts=4 sw=4 et:
- namespace Mall\Framework\SearchClient;
- /**
- * This file is part of the ElasticSearch PHP client
- *
- * (c) Raymond Julin <raymond.julin@gmail.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
- class Exception extends \Exception {
- }
|