EmptyRequestDataException.php 255 B

123456789101112131415
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\Search\Request;
  7. /**
  8. * @api
  9. * @since 100.1.0
  10. */
  11. class EmptyRequestDataException extends \InvalidArgumentException
  12. {
  13. }