Exception: Anony::SkippedException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/anony/skipped_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeSkippedException

Returns a new instance of SkippedException.



5
6
7
# File 'lib/anony/skipped_exception.rb', line 5

def initialize
  super("Anonymisation skipped due to matching skip_if filter")
end