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