* @copyright 2015 Smiley * @license MIT */ declare(strict_types=1); namespace chillerlan\QRCode; use Exception; /** * An exception container */ class QRCodeException extends Exception{ }