mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-03-18 11:44:01 +00:00
18 lines
244 B
PHP
18 lines
244 B
PHP
<?php
|
|
/**
|
|
* Transport Exception
|
|
*
|
|
* @package Requests\Exceptions
|
|
*/
|
|
|
|
namespace WpOrg\Requests\Exception;
|
|
|
|
use WpOrg\Requests\Exception;
|
|
|
|
/**
|
|
* Transport Exception
|
|
*
|
|
* @package Requests\Exceptions
|
|
*/
|
|
class Transport extends Exception {}
|