File "Transport.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-includes/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 {}