librarymarket/msadiag

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types = 1);

namespace LibraryMarket\msadiag\SMTP\Exception;

/**
 * An exception for when an attempt to authenticate has failed.
 */
class AuthenticationException extends \Exception {

}