EvilFreelancer/routeros-api-php

View on GitHub
src/Exceptions/ConnectException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RouterOS\Exceptions;

/**
 * Class ConnectException thrown when a connection cannot be established.
 *
 * @package RouterOS\Exceptions
 * @since   1.3.3
 */
class ConnectException extends ClientException
{
}