File Editor
Directories:
.. (Back)
Files:
ContainerExceptionInterface.php
ContainerInterface.php
NotFoundExceptionInterface.php
Create New File
Create
Edit File: ContainerExceptionInterface.php
<?php namespace ElementorDeps\Psr\Container; use Throwable; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface extends Throwable { }
Save Changes
Rename File
Rename