primo commit
This commit is contained in:
14
libraries/vendor/web-token/jwt-library/Checker/ClaimExceptionInterface.php
vendored
Normal file
14
libraries/vendor/web-token/jwt-library/Checker/ClaimExceptionInterface.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Jose\Component\Checker;
|
||||
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* Exceptions thrown by this component.
|
||||
*/
|
||||
interface ClaimExceptionInterface extends Throwable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user