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

Class: Services_Digg_Exception

Source Location: /Services_Digg-0.4.7/Services/Digg/Exception.php

Class Overview

PEAR_Exception
   |
   --Services_Digg_Exception

Services_Digg_Exception


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
Services_Digg_Exception


[ Top ]


Method Detail

__construct (Constructor)   [line 62]

void __construct( [string $message = null], [int $code = 0], [string $call = ''], [string $response = ''])

Constructor
  • Access: public

Parameters:

string   $message   — 
int   $code   — 
string   $call   — 
string   $response   — 

[ Top ]

getCall   [line 78]

string getCall( )

Get the last call that probably caused this exception
  • Access: public

[ Top ]

getResponse   [line 89]

string getResponse( )

Get the raw API response from the last call
  • Access: public

[ Top ]

__toString   [line 104]

string __toString( )

__toString

Override the PEAR_Exception::__toString() method with a text-only pretty formatted string with the message, code and API call that generated the exception.

  • Access: public

[ Top ]


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