File "ImportCSVException.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping/src/WPDesk/FS/TableRate/ImporterExporter/Importer/Exception/ImportCSVException.php
File size: 321 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Class ImportCSVException
*
* @package WPDesk\FS\TableRate\Importer\Exception
*/
namespace WPDesk\FS\TableRate\ImporterExporter\Importer\Exception;
use RuntimeException;
/**
* Class ImporterException
*
* @package WPDesk\FS\TableRate\Importer
*/
class ImportCSVException extends RuntimeException {
}