NotFoundException.php 201 B

123456789101112
  1. <?php
  2. namespace Elastica\Exception;
  3. /**
  4. * Not found exception.
  5. *
  6. * @author Nicolas Ruflin <spam@ruflin.com>
  7. */
  8. class NotFoundException extends \RuntimeException implements ExceptionInterface
  9. {
  10. }