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

12 lines
No EOL
246 B
PHP

<?php
/**
* Exception to be thrown when timezone operation fails.
*
* @author Time.ly Network, Inc.
* @since 2.0
* @package Ai1EC
* @subpackage Ai1EC.Date
*/
class Ai1ec_Date_Timezone_Exception extends Ai1ec_Date_Exception {
}