| Current Path : /home/c/i/n/cinepatreb/billetterie/modules/mollie/src/Exception/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/modules/mollie/src/Exception/CancelPendingOrderException.php | 
<?php
/**
 * Mollie       https://www.mollie.nl
 *
 * @author      Mollie B.V. <info@mollie.nl>
 * @copyright   Mollie B.V.
 * @license     https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
 *
 * @see        https://github.com/mollie/PrestaShop
 * @codingStandardsIgnoreStart
 */
namespace Mollie\Exception;
if (!defined('_PS_VERSION_')) {
    exit;
}
class CancelPendingOrderException extends MollieException
{
}