Final Class Yiisoft\Yii\Cycle\Exception\EmptyEntityPathsException
| Inheritance | Yiisoft\Yii\Cycle\Exception\EmptyEntityPathsException » Exception |
|---|---|
| Implements | Yiisoft\FriendlyException\FriendlyExceptionInterface |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getName() | Yiisoft\Yii\Cycle\Exception\EmptyEntityPathsException | |
| getSolution() | Yiisoft\Yii\Cycle\Exception\EmptyEntityPathsException |
Method Details
| public string getName ( ) |
#[\Override]
public function getName(): string
{
return 'Bad declaration of Entity paths';
}
| public string|null getSolution ( ) |
#[\Override]
public function getSolution(): ?string
{
return 'There must be at least one entry in the path list.';
}
Signup or Login in order to comment.