class Anony::SkippedException

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/anony/skipped_exception.rb, line 5
def initialize
  super("Anonymisation skipped due to matching skip_if filter")
end