Sha256: 5225d2a82a84353c9f001624936d39829d6873dc369ffd5db5b3dd72f389a4f6
Contents?: true
Size: 327 Bytes
Versions: 5
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Augury class TwitterConfigError < StandardError def message 'No twitter credential configuration found in the augury config' end end class TransformError < StandardError def message 'Augury transforms are invalid, check your configuration' end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
augury-2.0.0 | lib/augury/exception.rb |
augury-1.2.0 | lib/augury/exception.rb |
augury-1.1.2 | lib/augury/exception.rb |
augury-1.1.1 | lib/augury/exception.rb |
augury-1.1.0 | lib/augury/exception.rb |