class TransferException
Same name in this branch
- 11.1.x vendor/guzzlehttp/guzzle/src/Exception/TransferException.php \GuzzleHttp\Exception\TransferException
Base exception for transfer related exceptions.
@author Márk Sági-Kazár <mark.sagikazar@gmail.com>
Hierarchy
- class \Http\Client\Exception\TransferException extends \Http\Client\Exception\RuntimeException implements \Http\Client\Exception
Expanded class hierarchy of TransferException
File
-
vendor/
php-http/ httplug/ src/ Exception/ TransferException.php, line 12
Namespace
Http\Client\ExceptionView source
class TransferException extends \RuntimeException implements Exception {
}