summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-19 09:37:12 -0100
committerGitHub <noreply@github.com>2018-11-19 09:37:12 -0100
commit596669104e13fd1057120efe95ebbfe460e697ae (patch)
treea5aaab4ab78ebdf5c8f85d2e0d8de1d49a0bfbc4 /lib/Exceptions
parent31867cfbb74123ce59f9eb0b474d03f93dd8d296 (diff)
parentde9559ab87aac00615976035bd21b3950b906e04 (diff)
Merge pull request #35 from nextcloud-gmbh/follow-unfollow
Following accounts
Diffstat (limited to 'lib/Exceptions')
-rw-r--r--lib/Exceptions/FollowDoesNotExistException.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Exceptions/FollowDoesNotExistException.php b/lib/Exceptions/FollowDoesNotExistException.php
new file mode 100644
index 00000000..359c2a7d
--- /dev/null
+++ b/lib/Exceptions/FollowDoesNotExistException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class FollowDoesNotExistException extends \Exception {
+
+}
+