App\Exceptions\FileNotFoundException::getPath PHP 메소드

getPath() 공개 메소드

Get the path which was not found.
public getPath ( ) : string
리턴 string
    public function getPath()
    {
        return $this->path;
    }
FileNotFoundException