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/RefundOfflineException.php

<?php

namespace StripeIntegration\Payments\Exception;

class RefundOfflineException extends \Magento\Framework\Exception\LocalizedException
{
    public function __construct($msg)
    {
        if (is_string($msg))
            parent::__construct(__($msg));
        else
            parent::__construct($msg);
    }
}