Kraken\Throwable\ThrowableProxy::getFile PHP Method

getFile() final public method

Return proxied Throwable file.
final public getFile ( ) : string
return string
    public final function getFile()
    {
        return $this->toThrowable()->getFile();
    }