From 94e75ba6f3716e1dfd87a1e01cee4e91a4ef5ad5 Mon Sep 17 00:00:00 2001 From: sephster Date: Tue, 13 Nov 2018 12:56:06 +0000 Subject: [PATCH] Fix bug --- src/Exception/OAuthServerException.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php index ed5f9c78..28cc20be 100644 --- a/src/Exception/OAuthServerException.php +++ b/src/Exception/OAuthServerException.php @@ -182,6 +182,8 @@ class OAuthServerException extends Exception 7, 'server_error', 500, + null, + null, $previous ); }