librarymarket/msadiag

View on GitHub
src/SMTP/Exception/CryptoException.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 enable crypto has failed.
 */
class CryptoException extends \Exception {

}