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

Class: HTTP_OAuth_Exception

Source Location: /HTTP_OAuth-0.3.1/HTTP/OAuth/Exception.php

Class Overview

PEAR_Exception
   |
   --HTTP_OAuth_Exception

HTTP_OAuth_Exception


Author(s):

Copyright:

  • 2009 Jeff Hodsdon <jeffhodsdon@gmail.com>

Methods


Child classes:

HTTP_OAuth_Exception_NotImplemented
HTTP_OAuth_Exception_NotImplemented
HTTP_OAuth_Consumer_Exception_InvalidResponse
HTTP_OAuth_Consumer_Exception_InvalidResponse
HTTP_OAuth_Provider_Exception
Base exception class for all provider exceptions

Inherited Variables

Inherited Methods


Class Details

[line 41]
HTTP_OAuth_Exception

Main Exception class for HTTP_OAuth. All other HTTP_OAuth Exceptions extend this class.



[ Top ]


Method Detail

__construct (Constructor)   [line 55]

void __construct( [string $message = ''], [int|Exception|PEAR_Error|array|null $p2 = null], [int|null $p3 = null])

Construct

Allow no message to construct a exception

  • Access: public

Overridden in child classes as:

HTTP_OAuth_Consumer_Exception_InvalidResponse::__construct()
Construct

Parameters:

string   $message   —  Exception message
int|Exception|PEAR_Error|array|null   $p2   —  Exception cause
int|null   $p3   —  Exception code or null

[ Top ]


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