summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions
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
parent1a7b1c854962afbf62abd75c2830d5da4f422667 (diff)
rewrite of the exceptions while requesting remote instance
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Exceptions')
-rw-r--r--lib/Exceptions/CacheContentSizeException.php8
-rw-r--r--lib/Exceptions/ItemUnknownException.php8
-rw-r--r--lib/Exceptions/Request410Exception.php8
-rw-r--r--lib/Exceptions/RequestContentException.php8
-rw-r--r--lib/Exceptions/RequestException.php8
-rw-r--r--lib/Exceptions/RequestNetworkException.php8
-rw-r--r--lib/Exceptions/RequestResultSizeException.php8
-rw-r--r--lib/Exceptions/RequestServerException.php8
-rw-r--r--lib/Exceptions/RetrieveAccountFormatException.php8
-rw-r--r--lib/Exceptions/ServiceAccountAlreadyExistException.php8
-rw-r--r--lib/Exceptions/UnknownItemException.php8
-rw-r--r--lib/Exceptions/WebfingerException.php8
12 files changed, 48 insertions, 48 deletions
diff --git a/lib/Exceptions/CacheContentSizeException.php b/lib/Exceptions/CacheContentSizeException.php
deleted file mode 100644
index 1a264915..00000000
--- a/lib/Exceptions/CacheContentSizeException.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-namespace OCA\Social\Exceptions;
-
-class CacheContentSizeException extends \Exception {
-
-}
-
diff --git a/lib/Exceptions/ItemUnknownException.php b/lib/Exceptions/ItemUnknownException.php
new file mode 100644
index 00000000..c0210a65
--- /dev/null
+++ b/lib/Exceptions/ItemUnknownException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class ItemUnknownException extends \Exception {
+
+}
+
diff --git a/lib/Exceptions/Request410Exception.php b/lib/Exceptions/Request410Exception.php
deleted file mode 100644
index 85bc8405..00000000
--- a/lib/Exceptions/Request410Exception.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-namespace OCA\Social\Exceptions;
-
-class Request410Exception extends \Exception {
-
-}
-
diff --git a/lib/Exceptions/RequestContentException.php b/lib/Exceptions/RequestContentException.php
new file mode 100644
index 00000000..9cc44b8c
--- /dev/null
+++ b/lib/Exceptions/RequestContentException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class RequestContentException extends \Exception {
+
+}
+
diff --git a/lib/Exceptions/RequestException.php b/lib/Exceptions/RequestException.php
deleted file mode 100644
index 6769dd32..00000000
--- a/lib/Exceptions/RequestException.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-namespace OCA\Social\Exceptions;
-
-class RequestException extends \Exception {
-
-}
-
diff --git a/lib/Exceptions/RequestNetworkException.php b/lib/Exceptions/RequestNetworkException.php
new file mode 100644
index 00000000..c9c7c215
--- /dev/null
+++ b/lib/Exceptions/RequestNetworkException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class RequestNetworkException extends \Exception {
+
+}
+
diff --git a/lib/Exceptions/RequestResultSizeException.php b/lib/Exceptions/RequestResultSizeException.php
new file mode 100644
index 00000000..557852d1
--- /dev/null
+++ b/lib/Exceptions/RequestResultSizeException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class RequestResultSizeException extends \Exception {
+
+}
+
diff --git a/lib/Exceptions/RequestServerException.php b/lib/Exceptions/RequestServerException.php
new file mode 100644
index 00000000..09f4cea4
--- /dev/null
+++ b/lib/Exceptions/RequestServerException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class RequestServerException extends \Exception {
+
+}
+
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 {
+
+}
+
diff --git a/lib/Exceptions/ServiceAccountAlreadyExistException.php b/lib/Exceptions/ServiceAccountAlreadyExistException.php
deleted file mode 100644
index 5dffe6f4..00000000
--- a/lib/Exceptions/ServiceAccountAlreadyExistException.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-namespace OCA\Social\Exceptions;
-
-class ServiceAccountAlreadyExistException extends \Exception {
-
-}
-
diff --git a/lib/Exceptions/UnknownItemException.php b/lib/Exceptions/UnknownItemException.php
deleted file mode 100644
index 5d494101..00000000
--- a/lib/Exceptions/UnknownItemException.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-namespace OCA\Social\Exceptions;
-
-class UnknownItemException extends \Exception {
-
-}
-
diff --git a/lib/Exceptions/WebfingerException.php b/lib/Exceptions/WebfingerException.php
deleted file mode 100644
index b9aac463..00000000
--- a/lib/Exceptions/WebfingerException.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-namespace OCA\Social\Exceptions;
-
-class WebfingerException extends \Exception {
-
-}
-