Exception.php 362 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * This file is part of the Klarna Core 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\Core;
  11. use Magento\Framework\Exception\LocalizedException;
  12. class Exception extends LocalizedException
  13. {
  14. }