Final Class Yiisoft\Rbac\Exception\RuleNotFoundException
| Inheritance | Yiisoft\Rbac\Exception\RuleNotFoundException » Exception |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Rbac\Exception\RuleNotFoundException |
Method Details
| public mixed __construct ( string $name, integer $code = 0, Throwable|null $previous = null ) | ||
| $name | string | |
| $code | integer | |
| $previous | Throwable|null | |
public function __construct(string $name, int $code = 0, ?Throwable $previous = null)
{
parent::__construct("Rule \"$name\" not found.", $code, $previous);
}
Signup or Login in order to comment.