Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
jquery3
/
src
/
ai
/
http-request
/
domain
/
exceptions
:
request-timeout-exception.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\AI\HTTP_Request\Domain\Exceptions; /** * Class to manage a 408 - request timeout exception */ class Request_Timeout_Exception extends Remote_Request_Exception { }