Files
provider_imap/lib/Client/ImapException.php
2026-05-08 00:16:43 -04:00

11 lines
141 B
PHP

<?php
declare(strict_types=1);
namespace KTXM\ProviderImap\Client;
use RuntimeException;
class ImapException extends RuntimeException
{
}