RowException.php 321 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\OfflineShipping\Model\ResourceModel\Carrier\Tablerate\CSV;
  7. use Magento\Framework\Exception\LocalizedException;
  8. /**
  9. * @api
  10. * @since 100.1.0
  11. */
  12. class RowException extends LocalizedException
  13. {
  14. }