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