name : TimeoutException.php
<?php

namespace phpseclib3\Exception;

/**
 * Indicates a timeout awaiting server response
 */
class TimeoutException extends \RuntimeException
{
}

© 2025 Cubjrnet7