This commit is contained in:
144 changed files with 20649 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Firebase\JWT;
class ExpiredException extends \UnexpectedValueException
{
}