You are here

TransferException.php in Lockr 7.3

File

vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
View source
<?php

namespace GuzzleHttp\Exception;

class TransferException extends \RuntimeException implements GuzzleException {

}

Classes

Namesort descending Description
TransferException