File: TimeoutException.php

package info (click to toggle)
php-phpseclib3 3.0.43-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,356 kB
  • sloc: php: 30,424; xml: 393; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<?php

namespace phpseclib3\Exception;

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