File "MissingRequiredShippingParam.php"
Full Path: /home/stylijtl/public_html/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Process/Exceptions/MissingRequiredShippingParam.php
File size: 227 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPForms\Integrations\PayPalCommerce\Process\Exceptions;
/**
* Exception thrown when a required shipping parameter is missing.
*
* @since 1.10.0
*/
class MissingRequiredShippingParam extends \Exception {
}