<?php /** * Exception classes for HTTP_Request2 package * * PHP version 5 * * LICENSE * * This source file is subject to BSD 3-Clause License that is bundled * with this package in the file LICENSE and available at the URL * https://raw.github.com/pear/HTTP_Request2/trunk/docs/LICENSE * * @category HTTP * @package HTTP_Request2 * @author Alexey Borzov <avb@php.net> * @copyright 2008-2022 Alexey Borzov <avb@php.net> * @license http://opensource.org/licenses/BSD-3-Clause BSD 3-Clause License * @link http://pear.php.net/package/HTTP_Request2 */ /** * Exception that represents error in the program logic * * This exception usually implies a programmer's error, like passing invalid * data to methods or trying to use PHP extensions that weren't installed or * enabled. Usually exceptions of this kind will be thrown before request even * starts. * * The exception will usually contain a package error code. * * @category HTTP * @package HTTP_Request2 * @author Alexey Borzov <avb@php.net> * @license http://opensource.org/licenses/BSD-3-Clause BSD 3-Clause License * @version Release: 2.5.1 * @link http://pear.php.net/package/HTTP_Request2 */ class HTTP_Request2_LogicException extends HTTP_Request2_Exception { } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Adapter | Folder | 0755 |
|
|
Observer | Folder | 0755 |
|
|
Adapter.php | File | 4.53 KB | 0644 |
|
ConnectionException.php | File | 1.11 KB | 0644 |
|
CookieJar.php | File | 19.57 KB | 0644 |
|
Exception.php | File | 3.23 KB | 0644 |
|
LogicException.php | File | 1.25 KB | 0644 |
|
MessageException.php | File | 1.03 KB | 0644 |
|
MultipartBody.php | File | 9.01 KB | 0644 |
|
NotImplementedException.php | File | 968 B | 0644 |
|
Response.php | File | 22.43 KB | 0644 |
|
SOCKS5.php | File | 4.64 KB | 0644 |
|
SocketWrapper.php | File | 13.46 KB | 0644 |
|