Class Yiisoft\Rbac\Db\Exception\SeparatorCollisionException
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
Method Details
| public mixed __construct ( integer $code = 0, ?\ | ||
| $code | integer | |
| $previous | ?\ |
|
public function __construct(int $code = 0, ?Throwable $previous = null)
{
parent::__construct('Separator collision has been detected.', $code, $previous);
}
| public ?string getSolution ( ) |
public function getSolution(): ?string
{
return <<<SOLUTION
rator is used to join and split children names during building access tree. It can not be part of item name. Either
omize separator via ItemsStorage::\$namesSeparator or modify existing item names to not contain it.
TION;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.