Difference between revisions of "PHPLights/Documentation/liblights/LsDBException"
From Linuxnetworks
< PHPLights | Documentation | liblights
(initial) |
(→Synopsis) |
||
| Line 1: | Line 1: | ||
== Synopsis == | == Synopsis == | ||
| − | class LsDBException extends Exception | + | class LsDBException extends [http://php.net/exceptions Exception] |
{ | { | ||
protected $code = 0; | protected $code = 0; | ||
Latest revision as of 23:42, 22 September 2007
Synopsis
class LsDBException extends Exception { protected $code = 0; protected $info = NULL; public function __construct( $message = , $code = 0, $info = ) public function getInfo() }
Description
Public functions
__construct()
public function __construct( $message = , $code = 0, $info = )
getInfo()
public function getInfo()
Back to Overview