Updated ValidationException's base exception

This commit is contained in:
Alejandro Celaya
2019-11-26 20:58:38 +01:00
parent a28ef1f176
commit 13e795d25d
4 changed files with 7 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ use function explode;
use function sprintf;
use function strtolower;
/** @deprecated */
class AuthorizationHeaderPlugin implements AuthenticationPluginInterface
{
public const HEADER_NAME = 'Authorization';