summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-09-28 13:41:24 +0200
committerMaxence Lange <maxence@artificial-owl.com>2018-09-28 13:41:24 +0200
commit3e399899ed7d5d9a30e7ec60f7d5406b81299b7e (patch)
treea27d7748f1ee3f8df296ceb075f256ed15db4d6a /lib/Exceptions
parentedee5f2746c507797b6f168e222be03b14afed7d (diff)
mark before cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Exceptions')
-rw-r--r--lib/Exceptions/ActorAlreadyExistsException.php8
-rw-r--r--lib/Exceptions/ActorDoesNotExistException.php8
-rw-r--r--lib/Exceptions/CacheActorDoesNotExistException.php8
3 files changed, 24 insertions, 0 deletions
diff --git a/lib/Exceptions/ActorAlreadyExistsException.php b/lib/Exceptions/ActorAlreadyExistsException.php
new file mode 100644
index 00000000..a2556c9e
--- /dev/null
+++ b/lib/Exceptions/ActorAlreadyExistsException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class ActorAlreadyExistsException extends \Exception {
+
+}
+
diff --git a/lib/Exceptions/ActorDoesNotExistException.php b/lib/Exceptions/ActorDoesNotExistException.php
new file mode 100644
index 00000000..3c903c93
--- /dev/null
+++ b/lib/Exceptions/ActorDoesNotExistException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class ActorDoesNotExistException extends \Exception {
+
+}
+
diff --git a/lib/Exceptions/CacheActorDoesNotExistException.php b/lib/Exceptions/CacheActorDoesNotExistException.php
new file mode 100644
index 00000000..9fec42a7
--- /dev/null
+++ b/lib/Exceptions/CacheActorDoesNotExistException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class CacheActorDoesNotExistException extends \Exception {
+
+}
+