프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$AdditionalMessage | |||
$CliReportWidth | |||
$DateTimeOfError | Other Properties | ||
$ErrorAttributeArray | |||
$FileLinesArray | Properties that are calculated based on the error information above | ||
$FileNameOfError | |||
$Filename | |||
$IsoDateTimeOfError | |||
$LineNumber | |||
$Message | |||
$MessageBody | |||
$ObjectType | |||
$RenderedPage | Static Properties that can be optionally set | ||
$StackTrace | |||
$Type | Static Properties that should always be set on any error |
메소드 | 설명 | |
---|---|---|
HandleError ( $intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine ) | ||
HandleException ( Exception $objException ) | ||
PrepDataForScript ( $strData ) | ||
VarExport ( mixed $mixData, boolean $blnHtmlEntities = true ) : string | A modified version of var_export to use var_dump via the output buffer, which can better handle recursive structures. |
메소드 | 설명 | |
---|---|---|
Run ( ) |
public static HandleError ( $intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine ) |
public static HandleException ( Exception $objException ) | ||
$objException | Exception |
public static $FileLinesArray |
public static $RenderedPage |