Edit File: TimeoutException.php
<?php namespace phpseclib3\Exception; /** * Indicates a timeout awaiting server response */ class TimeoutException extends \RuntimeException { }
Back to File Manager