src/Exception/MissingState.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace Pwm\SFlow\Exception;

use RuntimeException;

class MissingState extends RuntimeException
{
}