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