1<?php
2
3namespace GuzzleHttp\Exception;
4
5class TransferException extends \RuntimeException implements GuzzleException
6{
7}
8