1<?php
2/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: */
3
4/**
5 * Image_Barcode2_Exception class
6 *
7 * Exception code
8 *
9 * PHP versions 5
10 *
11 * LICENSE: This source file is subject to version 3.0 of the PHP license
12 * that is available through the world-wide-web at the following URI:
13 * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
14 * the PHP License and are unable to obtain it through the web, please
15 * send a note to license@php.net so we can mail you a copy immediately.
16 *
17 * @category  Image
18 * @package   Image_Barcode2
19 * @author    Ryan Briones <ryanbriones@webxdesign.org>
20 * @copyright 2005 The PHP Group
21 * @license   http://www.php.net/license/3_0.txt  PHP License 3.0
22 * @link      http://pear.php.net/package/Image_Barcode2
23 */
24/**
25 * Image_Barcode2_Exception class
26 *
27 * Exception code
28 *
29 * @category  Image
30 * @package   Image_Barcode2
31 * @author    Ryan Briones <ryanbriones@webxdesign.org>
32 * @copyright 2005 The PHP Group
33 * @license   http://www.php.net/license/3_0.txt  PHP License 3.0
34 * @version   Release: @package_version@
35 * @link      http://pear.php.net/package/Image_Barcode2
36 */
37class Image_Barcode2_Exception extends Exception
38{
39
40}
41