Skip to content

Commit d2e1814

Browse files
committed
fix use of exception class
there is no Facebook\HttpClients\Exception class
1 parent 2c42fb3 commit d2e1814

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)