文章列表
<?php
/*
* Thumbnail类 生成缩略图
* 2010-09-08
*/
//自定义一组异常类,发生错误时自动抛出异常
class ThumbnailException extends Exception{
public function __construct($message = null ,$code =0){
parent::__construct($message ,$code);
error_log('Error in '.$this->getFile(). 'line: '.$this->getLine().' ...