فهرست منبع

added QRCodeOutputException

smiley 10 سال پیش
والد
کامیت
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{
+
+}