Exception

(PHP 5, PHP 7)

���

Exception�������쳣�Ļ��ࡣ

��ժҪ

Exception {
/* ���� */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* ���� */
public __construct ([ string $message = "" [, int $code = 0 [, Throwable $previous = NULL ]]] )
final public getMessage ( void ) : string
final public getPrevious ( void ) : Throwable
final public getCode ( void ) : int
final public getFile ( void ) : string
final public getLine ( void ) : int
final public getTrace ( void ) : array
final public getTraceAsString ( void ) : string
public __toString ( void ) : string
final private __clone ( void ) : void
}

����

message

�쳣��Ϣ����

code

�쳣����

file

�׳��쳣���ļ���

line

�׳��쳣�ڸ��ļ��е��к�

Table of Contents