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