Exception: Validity::Unsupported

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/validity.rb

Overview

A Validity specific error signifying an unsupported test module.

Author

Matt Fornaciari ([email protected])

License

MIT

Instance Method Summary collapse

Constructor Details

#initialize(test_module) ⇒ Unsupported



56
57
58
# File 'lib/validity.rb', line 56

def initialize(test_module)
  super(UNSUPPORTED % {test_module: test_module})
end