Jimdo/prometheus_client_php

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace Prometheus\Exception;


/**
 * Exception thrown if an error occurs during metrics storage.
 */
class StorageException extends \Exception
{

}