<?phpdeclare(strict_types=1);namespaceLcobucci\JWT\Token;useInvalidArgumentException;useLcobucci\JWT\Exception;finalclassUnsupportedHeaderFoundextendsInvalidArgumentExceptionimplementsException{publicstaticfunctionencryption():self{returnnewself('Encryption is not supported yet');}}