RuntimeException.php 198 B

123456789101112
  1. <?php
  2. namespace Elastica\Exception;
  3. /**
  4. * Client exception.
  5. *
  6. * @author Mikhail Shamin <munk13@gmail.com>
  7. */
  8. class RuntimeException extends \RuntimeException implements ExceptionInterface
  9. {
  10. }