pixelfed/app/Util/HTTPSignatures/KeyStoreException.php

8 wiersze
89 B
PHP
Executable File

<?php
namespace App\Util\HttpSignatures;
class KeyStoreException extends Exception
{
}