Sha256: 9da7ba0e3e267989451102be9554545a5640087fc79c78e1050871724de80353

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module Anony
  class NotAnonymisableException < StandardError
    def initialize(record)
      @record = record
      super("Record does not implement anonymise!.
            Have you included Anony::Anonymisable and a config?")
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
anony-1.6.0 lib/anony/not_anonymisable_exception.rb
anony-1.5.0 lib/anony/not_anonymisable_exception.rb
anony-1.4.0 lib/anony/not_anonymisable_exception.rb
anony-1.2.0 lib/anony/not_anonymisable_exception.rb