* @author Rich Sage * @copyright 2009 Y.Swetake * @copyright 2009 R.Sage * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version SVN: $Id$ * @link http://code.google.com/p/pearqrcode/ */ /** * Base class for exceptions in PEAR */ require_once 'PEAR/Exception.php'; /** * Image_QRCode_Exception * * @category Image * @package Image_QRCode * @author Y.Swetake * @author Rich Sage * @license http://www.gnu.org/licenses/lgpl-2.1.txt GNU LGPL * @version Release: 0.1 * @link http://code.google.com/p/pearqrcode/ */ class Image_QRCode_Exception extends PEAR_Exception { } ?>