PHP 8.2.31
Preview: wp-error-exception.php Size: 370 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php

<?php
namespace Elementor\Data\V2\Base\Exceptions;

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

class WP_Error_Exception extends Data_Exception {
	public function __construct( \WP_Error $wp_error ) {
		parent::__construct( $wp_error->get_error_message(), $wp_error->get_error_code(), [
			'status' => $wp_error->get_error_code(),
		] );
	}
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
1.11 KB lrw-r--r-- 2025-03-17 17:28:54
Edit Download
348 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download
367 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download
370 B lrw-r--r-- 2025-03-17 17:28:54
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).