Skip to content

Commit 17180b1

Browse files
committed
add use InvalidArgumentException to account for JWT namespace
1 parent d0e9a7a commit 17180b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/JWT.php

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Firebase\JWT;
44
use \DomainException;
5+
use \InvalidArgumentException;
56
use \UnexpectedValueException;
67
use \DateTime;
78

0 commit comments

Comments
 (0)