Browse
For agents
About
UpStream: a Project Management Plugin for WordPress
/
trunk
UpStream: a Project Management Plugin for WordPress
vtrunk
Switch version
trunk
1.39.0
1.39.1
1.39.2
1.39.3
2.0.7
2.1.0
Overview
Code
upstream
/
vendor
/
psr
/
container
/
src
/
ContainerExceptionInterface.php
ContainerExceptionInterface.php
in UpStream: a Project Management Plugin for WordPress trunk, at vendor/psr/container/src/ContainerExceptionInterface.php
14 lines
248 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
*
@license
http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
4
*/
5
6
namespace
Psr
\
Container
;
7
8
/**
9
* Base interface representing a generic exception in a container.
10
*/
11
interface
ContainerExceptionInterface
12
{
13
}
14