Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/Requests/src/Exception
NameTypeSizeActions
📁 .. Folder -
📄 ArgumentCount.php File 1460
Edit Download
📁 Http Folder -
📄 Http.php File 1542
Edit Download
📄 InvalidArgument.php File 1106
Edit Download
📁 Transport Folder -
📄 Transport.php File 244
Edit Download

View File: Transport.php

<?php
/**
 * Transport Exception
 *
 * @package Requests\Exceptions
 */

namespace WpOrg\Requests\Exception;

use WpOrg\Requests\Exception;

/**
 * Transport Exception
 *
 * @package Requests\Exceptions
 */
class Transport extends Exception {}