smiley 10 лет назад
Родитель
Сommit
d74ac93106
1 измененных файлов с 22 добавлено и 0 удалено
  1. 22 0
      src/Output/QRCodeOutputException.php

+ 22 - 0
src/Output/QRCodeOutputException.php

@@ -0,0 +1,22 @@
+<?php
+/**
+ * Class QRCodeOutputException
+ *
+ * @filesource   QRCodeOutputException.php
+ * @created      09.12.2015
+ * @package      chillerlan\QRCode
+ * @author       Smiley <smiley@chillerlan.net>
+ * @copyright    2015 Smiley
+ * @license      MIT
+ */
+
+namespace chillerlan\QRCode\Output;
+
+use Exception;
+
+/**
+ * Placeholder
+ */
+class QRCodeOutputException extends Exception{
+
+}