Viel neues
This commit is contained in:
12
qa-tool/htdocs/oidc/phpseclib/Exception/TimeoutException.php
Normal file
12
qa-tool/htdocs/oidc/phpseclib/Exception/TimeoutException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace phpseclib3\Exception;
|
||||
|
||||
/**
|
||||
* Indicates a timeout awaiting server response
|
||||
*/
|
||||
class TimeoutException extends \RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user