add NotImplementedException and update version to 1.0.5
[GitHub/Stricted/speedport-hybrid-php-api.git] / lib / exception / NotImplementedException.class.php
diff --git a/lib/exception/NotImplementedException.class.php b/lib/exception/NotImplementedException.class.php
new file mode 100644 (file)
index 0000000..f2d36c4
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+/**
+ * @author      Jan Altensen (Stricted)
+ * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @copyright   2015 Jan Altensen (Stricted)
+ */
+class NotImplementedException extends Exception {
+}