mirror of https://github.com/pixelfed/pixelfed.git
8 lines
90 B
PHP
8 lines
90 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Util\HttpSignatures;
|
||
|
|
||
|
class AlgorithmException extends Exception
|
||
|
{
|
||
|
}
|