8 lines
124 B
PHP
8 lines
124 B
PHP
<?php
|
|
|
|
/**
|
|
* Import rules from CSV.
|
|
*/
|
|
class WPDesk_Flexible_Shipping_Csv_Importer_Exception extends RuntimeException {
|
|
}
|