php-vivace/di

View on GitHub
src/NotFoundError.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace vivace\di;

use Psr\Container\NotFoundExceptionInterface;

/**
 * Class Undefined
 * @package vivace\di
 */
class NotFoundError extends \Exception implements NotFoundExceptionInterface
{

}