the-kbA-team/MeasureInstruments

View on GitHub
src/Exceptions/DomainException.php

Summary

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

namespace kbATeam\MeasureInstruments\Exceptions;

use kbATeam\SerialPort\Exceptions\LogicException;

/**
 * Class DomainException
 * Exception thrown if a value does not adhere to a defined valid data domain.
 * @package kbATeam\MeasureInstruments\Exceptions
 * @author  Gregor J.
 */
class DomainException extends LogicException
{
}