mrubiosan/facade

View on GitHub
src/ServiceLocatorAdapter/Exception/NotFoundException.php

Summary

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

namespace Mrubiosan\Facade\ServiceLocatorAdapter\Exception;

use Psr\Container\NotFoundExceptionInterface;

class NotFoundException extends \Exception implements NotFoundExceptionInterface
{
}