<?php
/**
* This file is part of the phpQr package
*
* See @see QRCode class for description of package and license.
*/
* A derived exception
* @author Maik Greubel <greubel@nkey.de>
* @package phpQr
class QRCodeException extends ErrorException {};