Sha256: 759039b03ddc9692b73faac02b7325747427c046b7c542cac82fab997a99349e
Contents?: true
Size: 297 Bytes
Versions: 117
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true require 'bolt/error' require 'bolt/puppetdb/client' require 'bolt/puppetdb/config' module Bolt class PuppetDBError < Bolt::Error def initialize(msg) super(msg, "bolt/puppetdb-error") end end class PuppetDBFailoverError < PuppetDBError; end end
Version data entries
117 entries across 117 versions & 1 rubygems