generationtux/php-healthz

View on GitHub
src/Exceptions/HealthWarningException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Gentux\Healthz\Exceptions;

/**
 * Exception that should be thrown to indicate a warning on a health check.
 *
 * @package Gentux\Healthz
 */
class HealthWarningException extends \Exception
{
}