mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 16:58:07 +08:00
5 lines
93 B
PHP
5 lines
93 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException {}
|