File "Migration_Exception.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/Events/Custom_Tables/V1/Migration/Migration_Exception.php
File size: 366 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * An exception thrown in the context of the migration process.
 *
 * @since   6.0.0
 *
 * @package TEC\Events\Custom_Tables\V1\Migration;
 */

namespace TEC\Events\Custom_Tables\V1\Migration;

/**
 * Class Migration_Exception.
 *
 * @since   6.0.0
 *
 * @package TEC\Events\Custom_Tables\V1\Migration;
 */
class Migration_Exception extends \Exception {

}