HTTP_Request2
[ class tree: HTTP_Request2 ] [ index: HTTP_Request2 ] [ all elements ]

Class: HTTP_Request2_LogicException

Source Location: /HTTP_Request2-2.2.1/HTTP/Request2/Exception.php

Class Overview

PEAR_Exception
   |
   --HTTP_Request2_Exception
      |
      --HTTP_Request2_LogicException

Exception that represents error in the program logic


Author(s):

Version:

  • Release: 2.2.1

Inherited Variables

Inherited Methods

Class: HTTP_Request2_Exception

HTTP_Request2_Exception::__construct()
Constructor, can set package error code and native error code
HTTP_Request2_Exception::getNativeCode()
Returns error code produced by underlying PHP extension

Class Details

[line 124]
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.



[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:56:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.