mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
8 lines
95 B
PHP
Executable file
8 lines
95 B
PHP
Executable file
<?php
|
|
|
|
namespace App\Util\HttpSignatures;
|
|
|
|
class SignatureParseException extends Exception
|
|
{
|
|
}
|