mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-04-08 05:30:17 +00:00
8 lines
121 B
PHP
8 lines
121 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException
|
|
{
|
|
}
|