pixelfed/app/Util/HTTPSignatures/SignatureParseException.php

8 lines
95 B
PHP
Executable File

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