the-kbA-team/MeasureInstruments

View on GitHub
src/Exceptions/EofException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace kbATeam\MeasureInstruments\Exceptions;

use kbATeam\SerialPort\Exceptions\ReadException;

/**
 * Class EofException
 * @package kbATeam\SerialPort\Exceptions
 * @author  Gregor J.
 */
class EofException extends ReadException
{
}