JSONParseException.php 156 B

12345678910
  1. <?php
  2. namespace Elastica\Exception;
  3. /**
  4. * JSON Parse exception.
  5. */
  6. class JSONParseException extends \RuntimeException implements ExceptionInterface
  7. {
  8. }