File: /home/wbwebdes/domains/support.wb-webdesign.com/private_html/inc/tecnick/Barcode/Exception.php
<?php
/**
* Exception.php
*
* @since 2015-02-21
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @copyright 2010-2016 Nicola Asuni - Tecnick.com LTD
* @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
* @link https://github.com/tecnickcom/tc-lib-barcode
*
* This file is part of tc-lib-barcode software library.
*/
namespace Com\Tecnick\Barcode;
/**
* Com\Tecnick\Barcode\Exception
*
* Custom Exception class
*
* @since 2015-02-21
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @copyright 2010-2016 Nicola Asuni - Tecnick.com LTD
* @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
* @link https://github.com/tecnickcom/tc-lib-barcode
*/
class Exception extends \Exception
{
}