]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/BadRequestException.php
spelling: one
[friendica.git] / src / Network / HTTPException / BadRequestException.php
index bec336b43dcf184299e12ab029acec4e1081cd5f..41b7714613514762172525aa45924b46574bc66b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,5 +25,7 @@ use Friendica\Network\HTTPException;
 
 class BadRequestException extends HTTPException
 {
-       protected $code = 400;
+       protected $code        = 400;
+       protected $httpdesc    = 'Bad Request';
+       protected $explanation = 'The server cannot or will not process the request due to an apparent client error.';
 }