simplify encryption and decryption of router requests and define own exceptions
[GitHub/Stricted/speedport-hybrid-php-api.git] / RebootException.class.php
diff --git a/RebootException.class.php b/RebootException.class.php
new file mode 100644 (file)
index 0000000..fbf6fb7
--- /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 RebootException extends Exception {
+}