EvilFreelancer/routeros-api-php

View on GitHub
src/Exceptions/ConfigException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RouterOS\Exceptions;

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