<?php
declare(strict_types=1);

namespace FreshCloud\Mail\Log;

final class AuthBoundaryViolation extends \RuntimeException
{
}