summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/RetrieveAccountFormatException.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-29 13:07:57 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-29 13:07:57 -0100
commited98204d47421587300a6c576df5edb4cdf9e2c3 (patch)
tree4c8913b406c096411ed0a7ba061e114652a03e91 /lib/Exceptions/RetrieveAccountFormatException.php
parent1a7b1c854962afbf62abd75c2830d5da4f422667 (diff)
rewrite of the exceptions while requesting remote instance
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Exceptions/RetrieveAccountFormatException.php')
-rw-r--r--lib/Exceptions/RetrieveAccountFormatException.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Exceptions/RetrieveAccountFormatException.php b/lib/Exceptions/RetrieveAccountFormatException.php
new file mode 100644
index 00000000..5f888934
--- /dev/null
+++ b/lib/Exceptions/RetrieveAccountFormatException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class RetrieveAccountFormatException extends \Exception {
+
+}
+