summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/ServiceAccountAlreadyExistException.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-09-20 09:42:52 +0200
committerMaxence Lange <maxence@artificial-owl.com>2018-09-20 09:42:52 +0200
commit04972c611830d355dff97468564a941876aeeb3f (patch)
tree247e2d5fdcada8d9ba1d204962d7a4c47260382c /lib/Exceptions/ServiceAccountAlreadyExistException.php
parent4ee727060a397c68d5512e2b6c042f6dd825b733 (diff)
OAuth2+test
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 {
+
+}
+