• File: MigrationException.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Exceptions/MigrationException.php
  • Date Modified: 01/20/2026 1:22 PM
  • File size: 208 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace ElementorOne\Admin\Exceptions;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Migration MigrationException
 */
class MigrationException extends \Exception {}