projects
/
GitHub
/
WoltLab
/
WCF.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
714d7a912c44df67accaa1c61b1d6874800c89e4
[GitHub/WoltLab/WCF.git]
/
1
<?php
2
/**
3
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
4
*/
5
6
namespace Interop\Container\Exception;
7
8
/**
9
* No entry was found in the container.
10
*/
11
interface NotFoundException extends ContainerException
12
{
13
}