librarymarket/msadiag

View on GitHub
src/SMTP/Exception/ClientGreetingException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types = 1);

namespace LibraryMarket\msadiag\SMTP\Exception;

/**
 * An exception for when an the server yields an unsuccessful greeting response.
 */
class ClientGreetingException extends \Exception {

}