palicao/phpRebloom

View on GitHub
src/Exception/ErrorRateOutOfBoundsException.php

Summary

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

namespace Palicao\PhpRebloom\Exception;

use OutOfBoundsException;

final class ErrorRateOutOfBoundsException extends OutOfBoundsException
{
}