图片处理驱动抛出异常添加命名空间

This commit is contained in:
麦当苗儿
2013-04-16 11:10:17 +08:00
parent 163adf6dc4
commit 20741c2376
3 changed files with 36 additions and 36 deletions

View File

@@ -41,7 +41,7 @@ class Gif{
$this->frames = $de->GIFGetFrames();
$this->delays = $de->GIFGetDelays();
} catch(Exception $e){
throw new Exception("解码GIF图片出错");
throw new \Exception("解码GIF图片出错");
}
}
}