🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 11:42:24 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
janapremi.anantaacharya.com.np
/
wp-includes
/
Requests
/
src
/
Exception
/
Http
📍 /home/therahul/janapremi.anantaacharya.com.np/wp-includes/Requests/src/Exception/Http
🔄 Refresh
✏️
Editing: Status500.php
Writable
<?php /** * Exception for 500 Internal Server Error responses * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 500 Internal Server Error responses * * @package Requests\Exceptions */ final class Status500 extends Http { /** * HTTP status code * * @var integer */ protected $code = 500; /** * Reason phrase * * @var string */ protected $reason = 'Internal Server Error'; }
💾 Save Changes
❌ Cancel