This commit is contained in:
2021-10-16 06:55:42 +08:00
commit cefeda7908
22 changed files with 993 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace HttpSignatures;
class SignedHeaderNotPresentException extends Exception
{
}