Skip to content

Commit 7b39ac9

Browse files
committed
Merge pull request facebookarchive#540 from koenpunt/patch-1
fix use of exception class
2 parents 2c42fb3 + d2e1814 commit 7b39ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facebook/HttpClients/HttpClientsFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
use GuzzleHttp\Client;
2727
use InvalidArgumentException;
28+
use Exception;
2829

2930
class HttpClientsFactory
3031
{

0 commit comments

Comments
 (0)