summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-28 20:32:23 -0100
committerGitHub <noreply@github.com>2018-11-28 20:32:23 -0100
commitf47ce6420040b2c29c0da48cc5932bb237ce966b (patch)
tree04d578c5d2e861efac7ac569e1a09ecd66f434c3 /lib/Exceptions
parent5947535544008d91a9d21581b64f1c83287cffdc (diff)
parentca247218b5b4f280309eac807c32fe066944375b (diff)
Merge branch 'master' into fix/security/filter-mimetype
Diffstat (limited to 'lib/Exceptions')
-rw-r--r--lib/Exceptions/Request410Exception.php8
-rw-r--r--lib/Exceptions/SignatureIsGoneException.php8
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/Exceptions/Request410Exception.php b/lib/Exceptions/Request410Exception.php
new file mode 100644
index 00000000..85bc8405
--- /dev/null
+++ b/lib/Exceptions/Request410Exception.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class Request410Exception extends \Exception {
+
+}
+
diff --git a/lib/Exceptions/SignatureIsGoneException.php b/lib/Exceptions/SignatureIsGoneException.php
new file mode 100644
index 00000000..80e55fcc
--- /dev/null
+++ b/lib/Exceptions/SignatureIsGoneException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace OCA\Social\Exceptions;
+
+class SignatureIsGoneException extends \Exception {
+
+}
+