• File: ClientException.php
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Exceptions/ClientException.php
  • Date Modified: 02/18/2026 4:17 AM
  • File size: 199 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace ElementorOne\Admin\Exceptions;

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

/**
 * Client ClientException
 */
class ClientException extends \Exception {}