all-in-one-event-calendar/lib/html/exception.php
2017-03-16 16:59:53 +01:00

12 lines
No EOL
230 B
PHP

<?php
/**
* Exception which occurs during HTML generation.
*
* @author Time.ly Network, Inc.
* @since 2.0
* @package Ai1EC
* @subpackage Ai1EC.Exception
*/
class Ai1ec_Html_Exception extends Ai1ec_Exception {
}