]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/serverexception.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / lib / serverexception.php
index 0dfbd04ffdd800e32a56d3c2cdc6b3b0ce726bdb..764e11c0fc6c577620783fbb7751ccd2df48d20d 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 
 class ServerException extends Exception
 {
-    public function __construct($message = null, $code = 400) {
+    public function __construct($message = null, $code = 500) {
         parent::__construct($message, $code);
     }