Final Class Yiisoft\Yii\Cycle\Exception\EmptyEntityPathsException
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getName() | Yiisoft\ |
|
| getSolution() | Yiisoft\ |
Method Details
| public string getName ( ) |
public function getName(): string
{
return 'Bad declaration of Entity paths';
}
| public ?string getSolution ( ) |
public function getSolution(): ?string
{
return 'There must be at least one entry in the path list.';
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.