pixelfed/app/Util/HTTPSignatures/SignedHeaderNotPresentExcep...

8 wiersze
103 B
PHP
Executable File

<?php
namespace App\Util\HttpSignatures;
class SignedHeaderNotPresentException extends Exception
{
}