API Documentation

Exception.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend
Classes
Zend_Exception

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Exception

Extends from
Exception
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend
Properties
$_previous
Methods
__construct
__call
__toString
_getPrevious

Description

Properties

$_previous

null|Exception $_previous = 'null'

Details

$_previous
null|Exception
visibility
private
default
null
final
false
static
false

Methods

__call

__call( string $method, array $args ) : mixed

Overloading

For PHP < 5.3.0, provides access to the getPrevious() method.

Arguments
$method
string
$args
array
Output
mixed
Details
visibility
public
final
false
static
false

__construct

__construct( string $msg, int $code = 0, Exception $previous = null ) : void

Construct the exception

Arguments
$msg
string
$code
int
$previous
Exception
Details
visibility
public
final
false
static
false

__toString

__toString( ) : string

String representation of the exception

Output
string
Details
visibility
public
final
false
static
false

_getPrevious

_getPrevious( ) : Exception|null

Returns previous Exception

Output
Exception|null
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.