14 lines
200 B
PHP
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 {
|
|
|
|
}
|