| Current Path : /home/u4uwebca/public_html/pano.4uweb.ca/vendor/chillerlan/php-qrcode/src/ |
| Current File : /home/u4uwebca/public_html/pano.4uweb.ca/vendor/chillerlan/php-qrcode/src/QRCodeException.php |
<?php
/**
* Class QRCodeException
*
* @created 27.11.2015
* @author Smiley <smiley@chillerlan.net>
* @copyright 2015 Smiley
* @license MIT
*/
namespace chillerlan\QRCode;
use Exception;
/**
* An exception container
*/
class QRCodeException extends Exception{
}