EvilFreelancer/routeros-api-php

View on GitHub
src/Exceptions/ClientException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RouterOS\Exceptions;

/**
 * Class ClientException
 *
 * @package RouterOS\Exceptions
 * @since   0.4
 */
class ClientException extends \Exception
{
}