PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 3.3.2
Pods – Custom Content Types and Fields v3.3.2
trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / vendor / vendor-prefixed / psr / container / src / ContainerExceptionInterface.php
pods / vendor / vendor-prefixed / psr / container / src Last commit date
ContainerExceptionInterface.php 1 year ago ContainerInterface.php 1 year ago NotFoundExceptionInterface.php 1 year ago
ContainerExceptionInterface.php
19 lines
1 <?php
2 /**
3 * @license MIT
4 *
5 * Modified by Scott Kingsley Clark on 07-July-2025 using Strauss.
6 * @see https://github.com/BrianHenryIE/strauss
7 */
8
9 namespace Pods\Prefixed\Psr\Container;
10
11 use Throwable;
12
13 /**
14 * Base interface representing a generic exception in a container.
15 */
16 interface ContainerExceptionInterface extends Throwable
17 {
18 }
19