🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 11:42:31 | 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: Status418.php
Writable
<?php /** * Exception for 418 I'm A Teapot responses * * @link https://tools.ietf.org/html/rfc2324 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 418 I'm A Teapot responses * * @link https://tools.ietf.org/html/rfc2324 * * @package Requests\Exceptions */ final class Status418 extends Http { /** * HTTP status code * * @var integer */ protected $code = 418; /** * Reason phrase * * @var string */ protected $reason = "I'm A Teapot"; }
💾 Save Changes
❌ Cancel