master
<?php namespace Async; use Psr\Container\NotFoundExceptionInterface; class NotFoundException extends \InvalidArgumentException implements NotFoundExceptionInterface { }