查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: 418.php
路径:
/var/softaculous/sitepad/editor/site-inc/Requests/Exception/HTTP/418.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Exception for 418 I'm A Teapot responses * * @see https://tools.ietf.org/html/rfc2324 * @package Requests */ /** * Exception for 418 I'm A Teapot responses * * @see https://tools.ietf.org/html/rfc2324 * @package Requests */ class Requests_Exception_HTTP_418 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 418; /** * Reason phrase * * @var string */ protected $reason = "I'm A Teapot"; }
💾 保存文件
← 返回文件管理器