PHP Class Phprest\Entity\DebugError

Inheritance: extends Error
Show file Open project: phprest/phprest Class Usage Examples

Protected Properties

Property Type Description
$fileName string
$line integer
$trace string

Public Methods

Method Description
__construct ( Exception $exception )
getFileName ( ) : string
getLine ( ) : integer
getTrace ( ) : array

Method Details

__construct() public method

public __construct ( Exception $exception )
$exception Exception

getFileName() public method

public getFileName ( ) : string
return string

getLine() public method

public getLine ( ) : integer
return integer

getTrace() public method

public getTrace ( ) : array
return array

Property Details

$fileName protected property

protected string $fileName
return string

$line protected property

protected int $line
return integer

$trace protected property

protected string $trace
return string