BuilderException.php 364 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * This file is part of the Klarna KP module
  4. *
  5. * (c) Klarna Bank AB (publ)
  6. *
  7. * For the full copyright and license information, please view the NOTICE
  8. * and LICENSE files that were distributed with this source code.
  9. */
  10. namespace Klarna\Kp;
  11. use Magento\Framework\Exception\LocalizedException;
  12. class BuilderException extends LocalizedException
  13. {
  14. }