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