EvilFreelancer/routeros-api-php

View on GitHub
src/Exceptions/StreamException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RouterOS\Exceptions;

/**
 * Class StreamException
 *
 * @package RouterOS\Exceptions
 * @since   0.9
 */
class StreamException extends \Exception
{
}