* @copyright 2015 Smiley * @license MIT */ namespace WCPOS\Vendor\chillerlan\QRCode\Output; use WCPOS\Vendor\chillerlan\QRCode\QRCodeException; /** * An exception container */ final class QRCodeOutputException extends QRCodeException { }