additional_plugins/serendipity_plugin_heavyrotation/lib/albumhandler/chickeneggproblem.php

10 lines
253 B
PHP
Raw Normal View History

2011-12-13 12:29:05 +01:00
<?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
{}