miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Client/UnauthorizedException.php

11 lines
128 B
PHP

<?php
namespace PicoFeed\Client;
/**
* @author Bernhard Posselt
*/
class UnauthorizedException extends ClientException
{
}