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