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

Class: Services_Blogging_Exception

Source Location: /Services_Blogging-0.2.4/Services/Blogging/Exception.php

Class Overview

Exception
   |
   --Services_Blogging_Exception

Exception class for the Services_Blogging package.


Author(s):

Methods


Child classes:

Services_Blogging_Driver_Exception
Exception class for the Services_Blogging Drivers.

Inherited Variables

Class: Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace

Inherited Methods

Class: Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
__wakeup ( )

Class Details

[line 29]
Exception class for the Services_Blogging package.

Extends the normal exception class to make it easy to distinguish between blogging and other exceptions via instanceof



[ Top ]


Method Detail

__construct (Constructor)   [line 37]

Services_Blogging_Exception __construct( [string $message = null], [integer $code = 0])

Creates a new Exception object
  • Access: public

Overrides Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] ) (parent method not documented)

Parameters:

string   $message   —  Exception message
integer   $code   —  Exception code

[ Top ]


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