[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/ -> Exception.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 95 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Exception:: (4 methods):
  __construct()
  __call()
  __toString()
  _getPrevious()


Class: Zend_Exception  - X-Ref


__construct($msg = '', $code = 0, Exception $previous = null)   X-Ref
Construct the exception

param: string $msg
param: int $code
param: Exception $previous
return: void

__call($method, array $args)   X-Ref
Overloading

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

param: string $method
param: array $args
return: mixed

__toString()   X-Ref
String representation of the exception

return: string

_getPrevious()   X-Ref
Returns previous Exception

return: Exception|null



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1