oont-contents/plugins/wp-optimize/vendor/mrclay/props-dic/src/Props/NotFoundException.php
2025-02-10 13:57:45 +01:00

10 lines
233 B
PHP

<?php
namespace Props;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
class NotFoundException extends \Exception implements ContainerExceptionInterface, NotFoundExceptionInterface
{
}