eZ\Publish\Core\Persistence\Legacy\Exception\RoleNotFound::__construct PHP Method

__construct() public method

Creates a new exception for $roleId in $status.
public __construct ( mixed $roleId, mixed $status )
$roleId mixed
$status mixed
    public function __construct($roleId, $status)
    {
        parent::__construct('eZ\\Publish\\SPI\\Persistence\\User\\Role', sprintf('ID: %s, Status: %s', $roleId, $status));
    }
RoleNotFound