1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 18:48:21 +00:00
pixelfed/app/Util/HTTPSignatures/AlgorithmException.php

8 lines
90 B
PHP
Raw Normal View History

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