Sha256: e80168f1a9c6e7d931f4a71cc3f54f70399cc8b075c74c1fbf3a9c4771e259fd
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true module Masking class Error < StandardError class ConfigFileDoesNotExist < Error; end class ConfigFileIsNotFile < Error; end class ConfigFileIsNotValidYaml < Error; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
masking-0.0.3 | lib/masking/errors.rb |
masking-0.0.2 | lib/masking/errors.rb |
masking-0.0.1 | lib/masking/errors.rb |