master
<?php namespace Prometheus\Exception; /** * Exception thrown if an error occurs during metrics registration. */ class MetricsRegistrationException extends \Exception { }