8 lines
121 B
PHP
8 lines
121 B
PHP
|
<?php
|
||
|
|
||
|
namespace GuzzleHttp\Exception;
|
||
|
|
||
|
class TransferException extends \RuntimeException implements GuzzleException
|
||
|
{
|
||
|
}
|