Sha256: 9aaecd65161b6ce0e6b471df74ce2927235616abfbe93c5b8dd92b8024e752fe
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true module HealthcheckEndpoint module Error module Configuration NotConfigured = ::Class.new(::RuntimeError) do def initialize super('The configuration is empty. Please use HealthcheckEndpoint.configure before') end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
healthcheck_endpoint-1.0.0 | lib/healthcheck_endpoint/error/configuration/not_configured.rb |