PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
php-http
/
httplug
/
src
/
Exception
<?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 { }
[-] RequestException.php
[edit]
[-] NetworkException.php
[edit]
[+]
..
[-] HttpException.php
[edit]
[-] RequestAwareTrait.php
[edit]
[-] TransferException.php
[edit]