File "duplicated-label.php"
Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/elementor/modules/variables/storage/exceptions/duplicated-label.php
File size: 197 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Elementor\Modules\Variables\Storage\Exceptions;
use Exception;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class DuplicatedLabel extends Exception {}