Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
Events
/
Calendar_Embeds
:
NotPublishedCalendarException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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. }