mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-14 20:18:00 +00:00
7 lines
120 B
PHP
7 lines
120 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException
|
|
{
|
|
}
|