0 follower

Final Class Yiisoft\Rbac\Exception\RuleNotFoundException

InheritanceYiisoft\Rbac\Exception\RuleNotFoundException » Exception

Method Details

Hide inherited methods

__construct() public method

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);
}