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
/
common
/
src
/
Common
/
Exceptions
:
Container_Exception.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace TEC\Common\Exceptions; use RuntimeException; /** * Class Container_Exception. * * @since 5.1.1.2 * * @package TEC\Common\Exceptions */ class Container_Exception extends RuntimeException { // Intentionally empty. }