PHP Class Phastlight\Error

Inheritance: extends Object
Show file Open project: phastlight/phastlight

Public Methods

Method Description
__construct ( $severity, $message, $filePath, $line )
getFilePath ( )
getLine ( )
getMessage ( )
getSeverity ( )

Method Details

__construct() public method

public __construct ( $severity, $message, $filePath, $line )

getFilePath() public method

public getFilePath ( )

getLine() public method

public getLine ( )

getMessage() public method

public getMessage ( )

getSeverity() public method

public getSeverity ( )