PHP Class Newscoop\Utils\Exception

Inheritance: extends Exception
Mostrar archivo Open project: sourcefabric/newscoop

Public Methods

Method Description
setFile ( string $file ) : void Set file
setLine ( integer $line ) : void Set line

Method Details

setFile() public method

Set file
public setFile ( string $file ) : void
$file string
return void

setLine() public method

Set line
public setLine ( integer $line ) : void
$line integer
return void