Results 1 issues of 鑫亮

![image](https://user-images.githubusercontent.com/20662469/47949237-7662f100-df7a-11e8-89b8-8cb52ca3c55d.png) > public function getUrl( $path ) { if (!$this->has($path)) throw new FileNotFoundException($filePath.' not found'); //这句报错了,FileNotFoundException没有找到 2$filePath 没有定义 return ( $this->ssl ? 'https://' : 'http://' ) . ( $this->isCname ?...