<?php

namespace ElementorOne\Admin\Exceptions;

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

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