__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 Error_500 extends Data_Exception {
protected function get_http_error_code() {
return 500;
}
public function get_code() {
return 'internal-server-error';
}
public function get_message() {
return 'Something went wrong';
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| data-exception.php | File | 1.11 KB | 0640 |
|
| error-404.php | File | 348 B | 0640 |
|
| error-500.php | File | 367 B | 0640 |
|
| wp-error-exception.php | File | 370 B | 0640 |
|