Throwable
PHP Manual

Throwable::getFile

(PHP 7)

Throwable::getFileGets the file in which the exception occurred

Descrição

abstract public string Throwable::getFile ( void )

Returns the name of the file from which the object was thrown.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the name of the file from which the object was thrown.

Veja Também


Throwable
PHP Manual