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