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