1
0
Fork 0
forked from mirror/pixelfed
pixelfed/app/Util/HTTPSignatures/KeyStoreException.php

8 lines
89 B
PHP
Raw Normal View History

2018-11-18 20:33:10 -07:00
<?php
namespace App\Util\HttpSignatures;
class KeyStoreException extends Exception
{
}