Jimdo/prometheus_client_php

View on GitHub
src/Prometheus/Exception/MetricNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace Prometheus\Exception;


/**
 * Exception thrown if a metric can't be found in the CollectorRegistry.
 */
class MetricNotFoundException extends \Exception
{

}