mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 17:26:10 +01:00
13 lines
183 B
PHP
13 lines
183 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace PicoFeed\Reader;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* SubscriptionNotFoundException Exception.
|
||
|
|
*
|
||
|
|
* @author Frederic Guillot
|
||
|
|
*/
|
||
|
|
class SubscriptionNotFoundException extends ReaderException
|
||
|
|
{
|
||
|
|
}
|