mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-16 09:45:48 +08:00
5 lines
104 B
PHP
5 lines
104 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class CouldNotRewindStreamException extends RequestException {}
|