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