소스 검색

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{
+
+}