File "NotPublishedCalendarException.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/Events/Calendar_Embeds/NotPublishedCalendarException.php
File size: 432 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/** //phpcs:disable StellarWP.Classes.ValidClassName.NotSnakeCase
 * Exception for when a calendar is not published.
 *
 * @since 6.11.0
 *
 * @package TEC\Events\Calendar_Embeds
 */

namespace TEC\Events\Calendar_Embeds;

use Exception;

/**
 * Class NotPublishedCalendarException
 *
 * @since 6.11.0

 * @package TEC\Events\Calendar_Embeds
 */
class NotPublishedCalendarException extends Exception {
	// Empty on purpose.
}