@@ -67,6 +67,9 @@ |
||
67 | 67 | } |
68 | 68 | } |
69 | 69 | |
70 | + /** |
|
71 | + * @param string $message |
|
72 | + */ |
|
70 | 73 | protected function getErrorResponse($message, $responseCode = 500) |
71 | 74 | { |
72 | 75 | $response = (new OAuthServerException($message, 100, 'server_error', $responseCode)) |