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