<?php namespace Google\Site_Kit_Dependencies\phpseclib3\Exception; /** * Indicates a timeout awaiting server response */ class TimeoutException extends \RuntimeException { }