Exception.Class.php 352 B

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