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

namespace ElementorOne\Connect\Exceptions;

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

/**
 * Service Exception
 */
class ServiceException extends \Exception {
	protected $message = 'Service Exception';
}