Exceptions

object Exceptions
class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait PrometheusException[A] extends Throwable
case class UnhandledPrometheusException[A](className: String, metricName: A, labels: Map[Name, String], e: Throwable)(implicit evidence$1: Show[A]) extends RuntimeException with PrometheusException[A]