0 follower

Final Class Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException

InheritanceYiisoft\Yii\Gii\Exception\GeneratorNotFoundException » Exception
ImplementsYiisoft\FriendlyException\FriendlyExceptionInterface

Method Details

Hide inherited methods

getName() public method

public string getName ( )

                public function getName(): string
{
    return 'Generator not found';
}

            
getSolution() public method

public string|null getSolution ( )

                public function getSolution(): ?string
{
    return "When you add a generator for the Gii Generator you should specify a value that can be:\n\n"
        . "- Name of the class implementing GeneratorInterface.\n"
        . "- An object implementing GeneratorInterface.\n"
        . '- A function that returns an object implementing GeneratorInterface.';
}