librarymarket/msadiag

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types = 1);

namespace LibraryMarket\msadiag\SMTP\Exception;

/**
 * An exception for when a read attempt has failed.
 */
class ReadException extends \Exception {

}