pixelfed/app/Util/HTTPSignatures/SignatureParseException.php
2018-11-18 20:33:10 -07:00

8 lines
95 B
PHP
Executable file

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