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