forked from mirror/pixelfed
7 lines
89 B
PHP
Executable file
7 lines
89 B
PHP
Executable file
<?php
|
|
|
|
namespace App\Util\HttpSignatures;
|
|
|
|
class KeyStoreException extends Exception
|
|
{
|
|
}
|