Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 0ed1163

Browse files
committed
Change return type of getThrownException
1 parent c60fba1 commit 0ed1163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/FacebookResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function makeException()
213213
/**
214214
* Returns the exception that was thrown for this request.
215215
*
216-
* @return FacebookSDKException|null
216+
* @return FacebookResponseException|null
217217
*/
218218
public function getThrownException()
219219
{

0 commit comments

Comments
 (0)