mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 04:51:27 +00:00
7 lines
103 B
PHP
Executable file
7 lines
103 B
PHP
Executable file
<?php
|
|
|
|
namespace App\Util\HttpSignatures;
|
|
|
|
class SignedHeaderNotPresentException extends Exception
|
|
{
|
|
}
|