Exception
Nearly unchanged from exception.php posted on internals@lists.php.net by Timm Friebe on 24 Jan 2004. Back-ported to PHP4 by Alan Richmond.
Located in /MachII/util/php/Exception.php [line 11]
Properties
Methods
Exception Exception( mixed $message, [mixed $code = 0] )
void getCode( )
void getFile( )
void getLine( )
void getMessage( )
void getTrace( )
void getTraceAsString( )
void __toString( )