Newscoop\Utils\Exception::setFile PHP Méthode

setFile() public méthode

Set file
public setFile ( string $file ) : void
$file string
Résultat void
    public function setFile($file)
    {
        $file = realpath($file);
        if ($file) {
            $this->file = $file;
        }
    }