Sha256: 1e7c8bdae3aede632c9a74221fccb37487a9f58d4d24c003a520345c4acfe0e3
Contents?: true
Size: 245 Bytes
Versions: 34
Compression:
Stored size: 245 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 end
Version data entries
34 entries across 34 versions & 1 rubygems