public function FlattenException::setFile in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/debug/Exception/FlattenException.php \Symfony\Component\HttpKernel\Exception\FlattenException::setFile()
File
- vendor/
symfony/ debug/ Exception/ FlattenException.php, line 153
Class
- FlattenException
- FlattenException wraps a PHP Exception to be able to serialize it.
Namespace
Symfony\Component\HttpKernel\ExceptionCode
public function setFile($file) {
$this->file = $file;
}