summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/RequestException.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-01 14:14:23 +0200
committerMaxence Lange <maxence@artificial-owl.com>2018-10-01 14:14:23 +0200
commit4dddda0dc6db5535f4d6427c7e0bb62832e942db (patch)
tree132719cb0c6178da10fca90b23d3bc92d7dc4c57 /lib/Exceptions/RequestException.php
parent3e399899ed7d5d9a30e7ec60f7d5406b81299b7e (diff)
social is now an activitypub server
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Exceptions/RequestException.php')
-rw-r--r--lib/Exceptions/RequestException.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Exceptions/RequestException.php b/lib/Exceptions/RequestException.php
new file mode 100644
index 00000000..6769dd32
--- /dev/null
+++ b/lib/Exceptions/RequestException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class RequestException extends \Exception {
+
+}
+