blob: 694c3a66390ddcf6cdaae6ba2179c4d49e79bbda [file] [log] [blame]
<?php
declare(strict_types=1);
namespace Ddeboer\Imap\Exception;
final class DeleteMailboxException extends AbstractException
{
}