File "variables-limit-reached.php"

Full path: /home/sbkuplnl/public_html/wp-content/plugins/elementor/modules/variables/storage/exceptions/variables-limit-reached.php
File size: 0.2 KB (203 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

namespace Elementor\Modules\Variables\Storage\Exceptions;

use Exception;

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

class VariablesLimitReached extends Exception {}