Files
torebki-fabiola.pl/wp-content/plugins/woocommerce-dpd/classes/class-manifest-creation-exception.php
2026-03-05 13:07:40 +01:00

14 lines
200 B
PHP

<?php
/**
* Manifest creation exception.
*
* @package WooCommerce DPD
*/
/**
* Thrown by DPD manifest.
*/
class WPDesk_WooCommerce_DPD_Manifest_Creation_Exception extends RuntimeException {
}