Skip to content

Commit

Permalink
fix: include Guzzle Exception correctly
Browse files Browse the repository at this point in the history
Refs: OPS-9474
  • Loading branch information
lazysoundsystem committed Aug 16, 2023
1 parent ce0f2e8 commit c8aabbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Drupal\views\ResultRow;
use Drupal\views\ViewExecutable;
use GuzzleHttp\Client;
use GuzzleHttp\RequestException;
use GuzzleHttp\Exception\RequestException;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
Expand Down

0 comments on commit c8aabbc

Please sign in to comment.