the-kbA-team/SerialPort

View on GitHub
src/Exceptions/NotFoundException.php

Summary

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

namespace kbATeam\SerialPort\Exceptions;

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