additional_plugins/alpha/serendipity_plugin_heavyrotation/lib/albumhandler/chickeneggproblem.php
Matthias Mees 40b527040d Deprecate broken plugins
- serendipity_event_communityrating (sidebar plugin throws a
  frontend error)
- serendipity_plugin_pagerank (throws a frontend error)
- serendipity_plugin_heavyrotation (throws a frontend error)
- serendipity_plugin_shoutcast (throws errors in frontend and
  backend)
2017-05-08 09:57:06 +02:00

10 lines
253 B
PHP

<?php
/**
* Exception class the hint that no file is there and the information must
* be completely refetched
*
* @author Lars Strojny <lars@strojny.net>
*/
class serendipity_plugin_heavyrotation_albumhandler_chickeneggproblem extends Exception
{}