tflori/dependency-injector

View on GitHub
src/NotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace DependencyInjector;

use Psr\Container\NotFoundExceptionInterface;

class NotFoundException extends Exception implements NotFoundExceptionInterface
{
}