mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 21:15:13 +00:00
Update imapengine dependancies too
This commit is contained in:
14
libs/vendor/guzzlehttp/psr7/src/Exception/TimeoutException.php
vendored
Normal file
14
libs/vendor/guzzlehttp/psr7/src/Exception/TimeoutException.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace GuzzleHttp\Psr7\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* Exception thrown when a stream operation times out.
|
||||
*/
|
||||
class TimeoutException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user