1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-24 07:50:00 +00:00
pixelfed/app/Util/HTTPSignatures/SignedHeaderNotPresentException.php

8 lines
103 B
PHP
Raw Normal View History

2018-11-19 03:33:10 +00:00
<?php
namespace App\Util\HttpSignatures;
class SignedHeaderNotPresentException extends Exception
{
}