Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Grimaud committed Jul 27, 2018
1 parent 1ecc233 commit 6a58768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/medias.php
Expand Up @@ -62,8 +62,8 @@

// And etc...

} Catch (\Instagram\Exception\InstagramException $exception) {
} catch (Exception $exception) {
print_r($exception->getMessage());
} catch (\GuzzleHttp\Exception\GuzzleException $e) {
print_r($exception->getMessage());
}

// Second page

0 comments on commit 6a58768

Please sign in to comment.