Kraken\Throwable\ThrowableProxy::getFile PHP 메소드

getFile() 최종 공개 메소드

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