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