diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php index ed5f9c78c..28cc20beb 100644 --- a/src/Exception/OAuthServerException.php +++ b/src/Exception/OAuthServerException.php @@ -182,6 +182,8 @@ public static function serverError($hint, Throwable $previous = null) 7, 'server_error', 500, + null, + null, $previous ); }