summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-09-20 14:07:22 +0200
committerMaxence Lange <maxence@artificial-owl.com>2018-09-20 14:07:22 +0200
commitaa7a43ecac373ab5f969ab760b3c2bc7da678dfd (patch)
treeed21499480f8059ad8602dcd450f70c3b6c28566 /lib/Exceptions
parent04972c611830d355dff97468564a941876aeeb3f (diff)
Addind accountId and follows
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Exceptions')
-rw-r--r--lib/Exceptions/APIRequestException.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Exceptions/APIRequestException.php b/lib/Exceptions/APIRequestException.php
new file mode 100644
index 00000000..90e22594
--- /dev/null
+++ b/lib/Exceptions/APIRequestException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class APIRequestException extends \Exception {
+
+}
+