TransferException.php 120 Bytes
<?php
namespace GuzzleHttp\Exception;

class TransferException extends \RuntimeException implements GuzzleException
{
}