mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
7 lines
121 B
PHP
7 lines
121 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException
|
|
{
|
|
}
|