Initial commit
This commit is contained in:
8
src/Validator/JwtHeaderException.php
Normal file
8
src/Validator/JwtHeaderException.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\SimpleJwt\Validator;
|
||||
|
||||
class JwtHeaderException extends JwtValidatorException
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user