Skip to content

Commit

Permalink
Add Auth Exception use
Browse files Browse the repository at this point in the history
The use statement for the AuthException was missing.
  • Loading branch information
Firesphere committed Apr 29, 2024
1 parent 1101625 commit e2aedee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Instagram/Transport/JsonProfileDataFeedV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Instagram\Transport;

use Instagram\Exception\InstagramAuthException;
use Instagram\Exception\InstagramFetchException;
use Instagram\Utils\InstagramHelper;

Expand Down

0 comments on commit e2aedee

Please sign in to comment.