1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * Navigation caused the user agent to hit a certificate warning, which is usually the result of an expired 7 * or invalid TLS certificate. 8 */ 9class InsecureCertificateException extends WebDriverException 10{ 11} 12