7 lines
157 B
PHP
7 lines
157 B
PHP
<?php
|
|
|
|
/**
|
|
* Class WPDesk_Flexible_Shipping_Send_Shipment_Exception
|
|
*/
|
|
class WPDesk_Flexible_Shipping_Send_Shipment_Exception extends RuntimeException {
|
|
}
|