File "ConditionNotDefined.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/flexible-shipping/src/WPDesk/FS/TableRate/Exception/ConditionNotDefined.php
File size: 127 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPDesk\FS\TableRate\Exception;
use RuntimeException;
class ConditionNotDefined extends RuntimeException {
}