mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 22:48:28 +03:00
5 lines
93 B
PHP
5 lines
93 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException {}
|