summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/RequestNetworkException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Exceptions/RequestNetworkException.php')
-rw-r--r--lib/Exceptions/RequestNetworkException.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Exceptions/RequestNetworkException.php b/lib/Exceptions/RequestNetworkException.php
new file mode 100644
index 00000000..c9c7c215
--- /dev/null
+++ b/lib/Exceptions/RequestNetworkException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class RequestNetworkException extends \Exception {
+
+}
+