TransferException.php
Same filename in this branch
Namespace
Http\Client\ExceptionFile
-
vendor/
php-http/ httplug/ src/ Exception/ TransferException.php
View source
<?php
namespace Http\Client\Exception;
use Http\Client\Exception;
/**
* Base exception for transfer related exceptions.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*/
class TransferException extends \RuntimeException implements Exception {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TransferException | Base exception for transfer related exceptions. |