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