generated from Nodarx/template
refactor: use custom imap client
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
11
lib/Client/ImapException.php
Normal file
11
lib/Client/ImapException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace KTXM\ProviderImap\Client;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class ImapException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user