• File: Transport.php
  • Full Path: /home4/jdaxcom/j3dax.online/wp-includes/Requests/src/Exception/Transport.php
  • Date Modified: 12/16/2022 2:32 AM
  • 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 {}