symplely/coroutine

View on GitHub
Coroutine/Exceptions/NotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Async;

use Psr\Container\NotFoundExceptionInterface;

class NotFoundException extends \InvalidArgumentException implements NotFoundExceptionInterface
{
}