Nearsoft\SeleniumClient\Exceptions\NoAlertOpenError::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message = "" )
    public function __construct($message = "")
    {
        parent::__construct(" An attempt was made to operate on a modal dialog when one was not open. " . $message);
    }
NoAlertOpenError