all-in-one-event-calendar/lib/date/exception/timezone.php

12 lines
246 B
PHP
Raw Normal View History

2017-03-16 16:59:53 +01:00
<?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 {
}