File "Transport.php"

Full Path: /home/warrior1/public_html/languages/wp-includes-20241001222142/Requests/src/Exception/Transport.php
File size: 244 bytes
MIME-type: text/x-php
Charset: utf-8

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

namespace WpOrg\Requests\Exception;

use WpOrg\Requests\Exception;

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