0 follower

Final Class Yiisoft\Test\Support\Container\Exception\NotFoundException

InheritanceYiisoft\Test\Support\Container\Exception\NotFoundException » Exception
ImplementsPsr\Container\NotFoundExceptionInterface

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string $id )
$id string

                public function __construct(private string $id)
{
    parent::__construct("No definition or class found for \"$id\".");
}

            
getId() public method

public string getId ( )

                public function getId(): string
{
    return $this->id;
}