symplely/coroutine

View on GitHub
Coroutine/Exceptions/ContainerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Async;

use Psr\Container\ContainerExceptionInterface;

class ContainerException extends \RuntimeException implements ContainerExceptionInterface
{
}