rhymix/classes/handler/Handler.class.php
2012-11-14 09:59:39 +00:00

11 lines
204 B
PHP

<?php
/**
* An abstract class of (*)Handler
*
* @author NHN (developers@xpressengine.com)
*/
class Handler
{
}
/* End of file Handler.class.php */
/* Location: ./classes/handler/Handler.class.php */