Skip to content

Commit

Permalink
Merge pull request #329 from kjohnson/patch-1
Browse files Browse the repository at this point in the history
Add missing class import for Exception
  • Loading branch information
ROMzombie authored Jul 3, 2024
2 parents 20a9a94 + 84cb351 commit 275d127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Infusionsoft/Infusionsoft.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Infusionsoft;

use Exception;
use Infusionsoft\AuthenticationType;
use Infusionsoft\Http\ArrayLogger;
use Psr\Log\LoggerInterface;
Expand Down

0 comments on commit 275d127

Please sign in to comment.