Final Class Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException
| Inheritance | Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException » Exception |
|---|---|
| Implements | Yiisoft\FriendlyException\FriendlyExceptionInterface |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getName() | Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException | |
| getSolution() | Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException |
Method Details
| 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.';
}
Signup or Login in order to comment.