summaryrefslogtreecommitdiffstats
path: root/lib/public/Federation/Exceptions/BadRequestException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Federation/Exceptions/BadRequestException.php')
-rw-r--r--lib/public/Federation/Exceptions/BadRequestException.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/public/Federation/Exceptions/BadRequestException.php b/lib/public/Federation/Exceptions/BadRequestException.php
index 67cf911c2a0..9d9e48157a1 100644
--- a/lib/public/Federation/Exceptions/BadRequestException.php
+++ b/lib/public/Federation/Exceptions/BadRequestException.php
@@ -23,6 +23,13 @@ namespace OCP\Federation\Exceptions;
use OC\HintException;
+/**
+ * Class BadRequestException
+ *
+ * @package OCP\Federation\Exceptions
+ *
+ * @since 14.0.0
+ */
class BadRequestException extends HintException {
private $parameterList;
@@ -30,6 +37,8 @@ class BadRequestException extends HintException {
/**
* BadRequestException constructor.
*
+ * @since 14.0.0
+ *
* @param array $missingParameters
*/
public function __construct(array $missingParameters) {
@@ -44,6 +53,8 @@ class BadRequestException extends HintException {
/**
* get array with the return message as defined in the OCM API
*
+ * @since 14.0.0
+ *
* @return array
*/
public function getReturnMessage() {