generated from Nodarx/template
e51c65bf19
Signed-off-by: Sebastian Krupinski <root@LAPTOP-7DVOR6NC>
11 lines
116 B
PHP
11 lines
116 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Gricob\IMAP;
|
|
|
|
use Exception;
|
|
|
|
class MessageNotFound extends Exception
|
|
{
|
|
} |