xref: /plugin/dw2pdf/vendor/mpdf/qrcode/src/QrCodeException.php (revision fb347f35dc824cf59875d883dbf86d311f54de06)
1*fb347f35SAndreas Gohr<?php
2*fb347f35SAndreas Gohr
3*fb347f35SAndreas Gohrnamespace Mpdf\QrCode;
4*fb347f35SAndreas Gohr
5*fb347f35SAndreas Gohrclass QrCodeException extends \ErrorException
6*fb347f35SAndreas Gohr{
7*fb347f35SAndreas Gohr
8*fb347f35SAndreas Gohr}
9