* @copyright 2021 smiley * @license MIT */ namespace chillerlan\QRCode\Decoder; use chillerlan\QRCode\QRCodeException; /** * An exception container */ final class QRCodeDecoderException extends QRCodeException{ }