Sha256: 674c66713e0da98abbb8cedfde25ad23daf1d3be510bbc2ba1aab8290f15c5e7
Contents?: true
Size: 190 Bytes
Versions: 8
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true module Anony class SkippedException < StandardError def initialize super("Anonymisation skipped due to matching skip_if filter") end end end
Version data entries
8 entries across 8 versions & 1 rubygems