mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 01:36:08 +01:00
11 lines
128 B
PHP
11 lines
128 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace PicoFeed\Client;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @author Bernhard Posselt
|
||
|
|
*/
|
||
|
|
class UnauthorizedException extends ClientException
|
||
|
|
{
|
||
|
|
}
|