1
0
Fork 0
pixelfed/app/Util/HTTPSignatures/KeyException.php

8 lines
84 B
PHP
Raw Normal View History

2018-11-19 03:33:10 +00:00
<?php
namespace App\Util\HttpSignatures;
class KeyException extends Exception
{
}