generated from Nodarx/template
11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace KTXM\ProviderImap\Client;
|
|
|
|
use RuntimeException;
|
|
|
|
class ImapException extends RuntimeException
|
|
{
|
|
} |