Exception.php 387 B

123456789101112131415161718192021
  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\Model\Api;
  11. /**
  12. * Class Exception
  13. *
  14. * @package Klarna\Core\Model\Api
  15. */
  16. class Exception extends \Klarna\Core\Exception
  17. {
  18. }