Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/stripe/module-payments/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/stripe/module-payments/Exception/SkipCaptureException.php

<?php

namespace StripeIntegration\Payments\Exception;

class SkipCaptureException extends \Exception
{
    public const INVALID_STATUS = 10;
    public const ORDERS_NOT_PROCESSED = 20;
    public const ZERO_AMOUNT = 30;
}